자료구조,data_structure

Difference between r1.3 and the current

@@ -4,6 +4,34 @@
[[구조,structure]]

----
[[데크,deque]]
[[스택,stack]]
[[큐,queue]]
 
[[리스트,list]]
[[연결리스트,linked_list]]
[[singly_linked_list]]
[[doubly_linked_list]] 이중연결리스트
원형 양방향 연결리스트 circular_linked_list Google:bidirectional+linked+list
 
disjoint-set data structure = union-find data structure
{
'''disjoint-set data structure = union-find data structure = merge-find set'''(we)
'''서로소 집합(disjoint-set) 자료 구조, 또는 합집합-찾기(union–find) 자료 구조, 병합-찾기 집합(merge–find set)'''(wk)
([[Date(2024-11-08T05:25:56)]])
 
union과 find는 중요한 두 연산 이름임.
 
https://ko.wikipedia.org/wiki/서로소_집합_자료_구조
https://en.wikipedia.org/wiki/Disjoint-set_data_structure
}
 
----
이것들 대충 분류할 수 있을텐데 기준이
* 선형적인지 아닌지
* ...
 
----
WtEn:data_structure

//curr at [[컬렉션,collection]]
@@ -24,3 +52,5 @@


[[VG:자료구조,data_structure]]
 
http://www.aistudy.com/computer/data_structure.htm






리스트,list
연결리스트,linked_list
singly_linked_list
doubly_linked_list 이중연결리스트
원형 양방향 연결리스트 circular_linked_list Google:bidirectional linked list

disjoint-set data structure = union-find data structure
{
disjoint-set data structure = union-find data structure = merge-find set(we)
서로소 집합(disjoint-set) 자료 구조, 또는 합집합-찾기(union–find) 자료 구조, 병합-찾기 집합(merge–find set)(wk)
(2024-11-08)

union과 find는 중요한 두 연산 이름임.



이것들 대충 분류할 수 있을텐데 기준이
  • 선형적인지 아닌지
  • ...




Sub:
finite_data_structure / 유한자료구조,finite_data_structure Up: finiteness?
{
QQQ bounded data structure = finite data structure ?
{
infinite_data_structure - Srch:infinite_data_structure / 무한자료구조,infinite_data_structure Up: infiniteness or infinity ?
{

}