Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- Class
- baekjoon
- const
- array
- predictive analysis
- 문자열
- C++
- pointer
- 알고리즘
- pass by reference
- function
- Pre-processing
- Object Oriented Programming
- raw data
- Data Science
- Python
- 백준
- vscode
- 함수
- 티스토리챌린지
- 반복문
- 배열
- assignment operator
- OOP
- 파이썬
- programming
- string
- Deep Learning
- 포인터
- 오블완
Archives
- Today
- Total
목록2025/03/05 (1)
Channi Studies

A data structure is a way of organizing, storing, and performing operations on data. Array, Linked list, Hash table are some examples of basic data structures. The selection of data structures used in a program depends on both the type of data being stored and the operations the program may need to perform on that data. Appending a data into an array and linked list both requires 0 data shift. ..
Data Science/Data Structure & Algorithm
2025. 3. 5. 06:06