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
- 함수
- array
- Class
- 오블완
- Deep Learning
- Python
- Object Oriented Programming
- baekjoon
- 포인터
- 파이썬
- function
- C++
- 배열
- 티스토리챌린지
- string
- raw data
- 알고리즘
- OOP
- pointer
- assignment operator
- Data Science
- pass by reference
- vscode
- programming
- const
- 문자열
- predictive analysis
- Pre-processing
- 반복문
- 백준
Archives
- Today
- Total
목록2025/03 (25)
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