-
### Icon Type
- [X] Folder
- [ ] File
### Folder names
Datastructure
### File names
_No response_
### Graphic ideas
Design Concept for a Data Structures Folder Icon
Folder Base:
Use a tradi…
-
Q. 해시 충돌이 발생할 때 체이닝 방식과 개방 주소법을 비교하고, 각각의 장단점을 설명해 주세요.
[hint] 충돌 해결 방식 / 체이닝 vs 개방 주소법
[keyword] 충돌 / 체이닝 / 개방 주소법
-
Q. 스택과 큐의 차이점은 무엇이며, 각각의 자료구조가 적합한 상황이 무엇인지 설명해 주세요.
[hint] LIFO / FIFO
[keyword] 스택 / 큐 / 자료구조
-
Q. 배열과 연결 리스트의 주요 차이점은 무엇이며, 각각의 장단점은 어떤 것이 있는지 설명해 주세요.
[hint] 메모리 할당 / 접근 속도 / 데이터 추가 및 삭제
[keyword] 배열 / 연결 리스트 / 장단점 / 선택 기준
-
Q. 시간 복잡도와 공간 복잡도란 무엇인지 설명해주세요. 빅 오 표기법, 빅 세타 표기법, 빅 오메가 표기법 각각의 차이점에 대해 설명해 주세요.
[hint] 빅 오 표기법 / 빅 세타 표기법 / 빅 오메가 표기법
[keyword] 시간 복잡도 / 공간 복잡도 / 점근적 상한 / 평균 / 하한
-
# [자료구조]Bidirectional Search(양방향 탐색) - Meaningful AI
1. 양방향 탐색이란? 1) 기존의 탐색 방식(DFS,BFS) 기존에 공부했던 탐색 방법은 두가지이다. 너비 우선 탐색(BFS)과 깊이 우선 탐색 방법(DFS)이다.
[https://meaningful96.github.io/datastructure/3-Bi…
-
I can see lots of warnings like this on the console:
```
2024-11-05 10:52:59.609 CET [52M] WARNING: Tried to access 556484146445156980 in _findUpstreamID() (/app/src/datastructure.c:155) but next_str…
-
There appear to be several issues with the dataStructure.yml file:
- The cardinality for lots of attributes is either missing or not as expected. Cardinality should be extracted directly from the UM…
-
I have been thinking that at some point we should merge OrderedCollections back into DataStructures.jl
The reason to seperate it out was to decrease size of the dependencies that Revise.jl has so it …
-
This is a proposal to change the datastructures we currently use. The main concern is that it is easier to work with oriented edges (or half edge) as building block rather than polygons. This is how […