-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Closed
Labels
codeCode-relatedCode-related
Description
We need your help translating the code to C.
Please check the contribution guidelines at #15
TODO List
-
Computational Complexity
-
- Time Complexity add c code for chapter_computational_complexity #204 (@sjinzh)
-
- Space Complexity Add space_complexit under C and fix memory leak under CPP #456 (@Gonglja )
-
- Space Time Tradeoff Modify the code style of C #299 (@Reanon)
-
Array And LinkedList
-
- Array Add array code in C #154 (@MolDuM)
-
- LinkedList Add linked_list.c #244 (@Gonglja)
-
Stack And Queue
-
Hashing
-
- Hash Map feat: add C array hash map #424 (@Guanngxu )
-
- Hash Collision
-
Tree
-
- Binary Tree Types
-
- Array Binary Tree Add array_binary_tree.c and update push_back and pop_back in vector.h #664 (@Gonglja )
-
- Binary Search Tree feat(include\tree): add C codes and modify exist C codes #234 (@Reanon)
-
Heap
-
- Max Heap feat(heap): add c codes. #261 (@Reanon )
-
- Top K
-
Graph
-
- Graph Operations
-
- Graph Traversal add c code for graph operation #601 (@NI-SW )
-
Searching
-
- Linear Search add C binary_search and linear_search #426 (@Guanngxu )
-
- Binary Search add C binary_search and linear_search #426 (@Guanngxu )
-
- Hash Search Fix some errors of cmake build and add hashing_search.c #458 (Gonglja)
-
Sorting
-
- Selection Sort
-
- Bubble Sort Update bubble_sort.md #166 (@L-Super )
-
- Insertion Sort Add insertion sort in C #191 (@L-Super )
-
- Quick Sort Add quick_sort/radix_sort to C code. #273 (@Reanon )
-
- Merge Sort feat: add C merge sort #434 (@Guanngxu )
-
- Heap Sort
-
- Bucket Sort
-
- Counting Sort feat: add C counting_sort #430 (@Reanon @Guanngxu )
-
- Radix Sort Add quick_sort/radix_sort to C code. #273 (@Reanon )
-
Divide and Conquer
-
- Binary Search by Recursion
-
- Build Tree
-
- Hanota
-
Backtracking
-
- Preorder Traversal Compact
-
- Permutations
-
- Subset Sum
-
- N Queens
krahets, abdorizak and Pancil-Skrahets
Metadata
Metadata
Assignees
Labels
codeCode-relatedCode-related