|
1 | 1 | { |
| 2 | + "0": "0", |
2 | 3 | "a5": "A 5", |
3 | 4 | "activationfunctions": "Activation Functions", |
4 | 5 | "ahocorasick": "Aho-Corasick", |
|
19 | 20 | "binaryheap": "Binary Heap", |
20 | 21 | "binarysearchtree": "Binary Search Tree", |
21 | 22 | "binarytree": "Binary Tree", |
| 23 | + "biomedical": "Biomedical", |
22 | 24 | "bit": "Bit", |
23 | 25 | "bitmanipulation": "Bit Manipulation", |
24 | 26 | "blockchain": "Blockchain", |
|
37 | 39 | "cn": "Cn", |
38 | 40 | "codewars": "Codewars", |
39 | 41 | "coloring": "Coloring", |
| 42 | + "comparebinarytree": "Compare Binary Tree", |
40 | 43 | "comparison": "Comparison", |
41 | 44 | "complementaryfilter": "Complementary Filter", |
42 | 45 | "compression": "Compression", |
|
54 | 57 | "date": "Date", |
55 | 58 | "decisiontreeregressionwithkfoldcrossvalidation": "Decision Tree Regression with K-Fold Cross Validation", |
56 | 59 | "decomposition": "Decomposition", |
| 60 | + "desktop": "Desktop", |
57 | 61 | "developertools": "Developer Tools", |
58 | 62 | "devutils": "Devutils", |
59 | 63 | "dictionary": "Dictionary", |
|
95 | 99 | "geneticalgorithm": "Genetic Algorithm", |
96 | 100 | "geodesy": "Geodesy", |
97 | 101 | "geometry": "Geometry", |
| 102 | + "graphalgorithms": "Graph Algorithms", |
| 103 | + "graphcoloring": "Graph Coloring", |
98 | 104 | "graphics": "Graphics", |
99 | 105 | "graphs": "Graphs", |
100 | 106 | "greatestcommondivisor": "Greatest Common Divisor", |
101 | 107 | "greedy": "Greedy", |
102 | 108 | "greedyalgorithms": "Greedy Algorithms", |
103 | 109 | "greedyapproach": "Greedy Approach", |
104 | 110 | "greedymethods": "Greedy Methods", |
| 111 | + "hamming": "Hamming", |
105 | 112 | "hashing": "Hashing", |
106 | 113 | "hashmap": "Hash Map", |
107 | 114 | "hashset": "Hash Set", |
|
111 | 118 | "histogramequalization": "Histogram Equalization", |
112 | 119 | "http": "Http", |
113 | 120 | "imageprocessing": "Image Processing", |
| 121 | + "invertbinarytree": "Invert Binary Tree", |
114 | 122 | "io": "Io", |
| 123 | + "jobscheduling": "Job Scheduling", |
115 | 124 | "kdtree": "Kd Tree", |
116 | 125 | "knapsack": "Knapsack", |
117 | 126 | "levenshtein": "Levenshtein", |
|
120 | 129 | "linearregression": "Linear Regression", |
121 | 130 | "lineclipping": "Lineclipping", |
122 | 131 | "linkedlist": "Linked List", |
| 132 | + "linkedlistalgorithms": "Linked List Algorithms", |
123 | 133 | "list": "List", |
124 | 134 | "logisticregression": "Logistic-Regression", |
125 | 135 | "longestincreasingsubsequence": "Longest Increasing Subsequence", |
|
147 | 157 | "nested": "Nested", |
148 | 158 | "networkingflow": "Networking Flow", |
149 | 159 | "neuralnetwork": "Neural Network", |
| 160 | + "neuralnetworks": "Neural Networks", |
150 | 161 | "nodes": "Nodes", |
151 | 162 | "numbertheory": "Number Theory", |
152 | 163 | "numeric": "Numeric", |
153 | 164 | "numericalanalysis": "Numerical Analysis", |
154 | 165 | "numericalmethods": "Numerical Methods", |
155 | 166 | "numpy": "Numpy", |
| 167 | + "opensource": "Open-Source", |
156 | 168 | "operationsondatastructures": "Operations on Datastructures", |
157 | 169 | "optimization": "Optimization", |
158 | 170 | "others": "Others", |
|
165 | 177 | "password": "Password", |
166 | 178 | "patternmatching": "Pattern Matching", |
167 | 179 | "patternsearch": "Pattern Search", |
| 180 | + "perceptronclassifier": "Perceptron Classifier", |
168 | 181 | "permutation": "Permutation", |
169 | 182 | "permutations": "Permutations", |
170 | 183 | "physics": "Physics", |
|
179 | 192 | "problems": "Problems", |
180 | 193 | "processschedulingalgorithms": "Process Scheduling Algorithms", |
181 | 194 | "projectrosalind": "Project-Rosalind", |
| 195 | + "puzzlesandgames": "Puzzlesandgames", |
182 | 196 | "quantitativefinance": "Quantitative Finance", |
183 | 197 | "quantum": "Quantum", |
184 | 198 | "queues": "Queues", |
| 199 | + "r": "R", |
185 | 200 | "random": "Random", |
186 | 201 | "randomforestclassification": "Random Forest Classification", |
| 202 | + "randomized": "Randomized", |
187 | 203 | "rangequeries": "Range Queries", |
188 | 204 | "recursion": "Recursion", |
189 | 205 | "recursive": "Recursive", |
190 | 206 | "regressionalgorithms": "Regression Algorithms", |
| 207 | + "reverselinkedlist": "Reverse Linked List", |
191 | 208 | "robotics": "Robotics", |
192 | 209 | "rsa": "Rsa", |
193 | 210 | "scheduling": "Scheduling", |
|
203 | 220 | "sieveoferatosthenes": "Sieve of Eratosthenes", |
204 | 221 | "similarity": "Similarity", |
205 | 222 | "slidingwindow": "Sliding Window", |
| 223 | + "slidingwindows": "Sliding-Windows", |
206 | 224 | "sortedset": "Sorted Set", |
207 | 225 | "sorts": "Sorts", |
208 | 226 | "spanningtree": "Spanning Tree", |
|
214 | 232 | "stacks": "Stacks", |
215 | 233 | "stackwithsinglylinkedlist": "Stack with Singly Linked List", |
216 | 234 | "statistics": "Statistics", |
| 235 | + "stringmanipulation": "String Manipulation", |
217 | 236 | "strings": "Strings", |
218 | 237 | "structure": "Structure", |
219 | 238 | "structures": "Structures", |
|
0 commit comments