본문 바로가기

Programming/C

[C Lang] Data Structure + Algorithm in C language

Data Structure + Algorithm in C language


Sometimes I upload source codes about data structure and algorithm examples on My Github

So if u interest in it, feel free to visit and modify the codes.

And i'm also a newb in data structure and algorithm, so if there would be any bugs what i can't find or fix, feel free to commit and give me a comment!


p.s I hope u to leave any fixes or comments :)


- Current State


- Data Structure

  - Stack

    -> Linked List Stack

  - Queue

    -> Linked List Queue

  -> Double Linked List

  - Tree

    - Binary Tree

      -> Pre-Order Traversal

      -> Post-Order Traversal

      -> In-Order Traversal

      -> Level-Order-Traversal

    -> AVL Tree

    -> 2-3 Tree

    ->2-3-4 Tree // It will be added

- Algorithm

  - Sorting

    -> Selection Sort

    -> Insert Sort

    -> Bubble Sort

    -> Shell Sort

    -> Quick Sort

    -> Merge Sort

'Programming > C' 카테고리의 다른 글

[C Lang] Sorting Algorithm BenchMark  (0) 2016.08.21
[C lang] 콘솔창 바로 안 꺼지게 하기  (4) 2014.04.26
[C lang] 4. 상수와 연산자  (0) 2014.04.26
[C lang] 3. 변수?!  (0) 2014.04.26
[C lang] 2. printf(), scanf()  (0) 2014.04.26