File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 44 * [ Threadpool] ( https://github.com/TheAlgorithms/Zig/blob/HEAD/concurrency/threads/ThreadPool.zig )
55
66## Datastructures
7+ * [ Doublylinkedlist] ( https://github.com/TheAlgorithms/Zig/blob/HEAD/dataStructures/doublyLinkedList.zig )
78 * [ Linkedlist] ( https://github.com/TheAlgorithms/Zig/blob/HEAD/dataStructures/linkedList.zig )
89 * [ Lrucache] ( https://github.com/TheAlgorithms/Zig/blob/HEAD/dataStructures/lruCache.zig )
10+ * [ Stack] ( https://github.com/TheAlgorithms/Zig/blob/HEAD/dataStructures/stack.zig )
11+ * [ Trie] ( https://github.com/TheAlgorithms/Zig/blob/HEAD/dataStructures/trie.zig )
12+
13+ ## Dynamicprogramming
14+ * [ Coinchange] ( https://github.com/TheAlgorithms/Zig/blob/HEAD/dynamicProgramming/coinChange.zig )
15+ * [ Editdistance] ( https://github.com/TheAlgorithms/Zig/blob/HEAD/dynamicProgramming/editDistance.zig )
16+ * [ Knapsack] ( https://github.com/TheAlgorithms/Zig/blob/HEAD/dynamicProgramming/knapsack.zig )
17+ * [ Longestincreasingsubsequence] ( https://github.com/TheAlgorithms/Zig/blob/HEAD/dynamicProgramming/longestIncreasingSubsequence.zig )
918
1019## Math
1120 * [ Ceil] ( https://github.com/TheAlgorithms/Zig/blob/HEAD/math/ceil.zig )
You can’t perform that action at this time.
0 commit comments