Skip to content

Commit 1498759

Browse files
committed
Updated English categories and added Telugu translation
1 parent 54c9b19 commit 1498759

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

public/locales/en/categories.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"0": "0",
23
"a5": "A 5",
34
"activationfunctions": "Activation Functions",
45
"ahocorasick": "Aho-Corasick",
@@ -19,6 +20,7 @@
1920
"binaryheap": "Binary Heap",
2021
"binarysearchtree": "Binary Search Tree",
2122
"binarytree": "Binary Tree",
23+
"biomedical": "Biomedical",
2224
"bit": "Bit",
2325
"bitmanipulation": "Bit Manipulation",
2426
"blockchain": "Blockchain",
@@ -37,6 +39,7 @@
3739
"cn": "Cn",
3840
"codewars": "Codewars",
3941
"coloring": "Coloring",
42+
"comparebinarytree": "Compare Binary Tree",
4043
"comparison": "Comparison",
4144
"complementaryfilter": "Complementary Filter",
4245
"compression": "Compression",
@@ -54,6 +57,7 @@
5457
"date": "Date",
5558
"decisiontreeregressionwithkfoldcrossvalidation": "Decision Tree Regression with K-Fold Cross Validation",
5659
"decomposition": "Decomposition",
60+
"desktop": "Desktop",
5761
"developertools": "Developer Tools",
5862
"devutils": "Devutils",
5963
"dictionary": "Dictionary",
@@ -95,13 +99,16 @@
9599
"geneticalgorithm": "Genetic Algorithm",
96100
"geodesy": "Geodesy",
97101
"geometry": "Geometry",
102+
"graphalgorithms": "Graph Algorithms",
103+
"graphcoloring": "Graph Coloring",
98104
"graphics": "Graphics",
99105
"graphs": "Graphs",
100106
"greatestcommondivisor": "Greatest Common Divisor",
101107
"greedy": "Greedy",
102108
"greedyalgorithms": "Greedy Algorithms",
103109
"greedyapproach": "Greedy Approach",
104110
"greedymethods": "Greedy Methods",
111+
"hamming": "Hamming",
105112
"hashing": "Hashing",
106113
"hashmap": "Hash Map",
107114
"hashset": "Hash Set",
@@ -111,7 +118,9 @@
111118
"histogramequalization": "Histogram Equalization",
112119
"http": "Http",
113120
"imageprocessing": "Image Processing",
121+
"invertbinarytree": "Invert Binary Tree",
114122
"io": "Io",
123+
"jobscheduling": "Job Scheduling",
115124
"kdtree": "Kd Tree",
116125
"knapsack": "Knapsack",
117126
"levenshtein": "Levenshtein",
@@ -120,6 +129,7 @@
120129
"linearregression": "Linear Regression",
121130
"lineclipping": "Lineclipping",
122131
"linkedlist": "Linked List",
132+
"linkedlistalgorithms": "Linked List Algorithms",
123133
"list": "List",
124134
"logisticregression": "Logistic-Regression",
125135
"longestincreasingsubsequence": "Longest Increasing Subsequence",
@@ -147,12 +157,14 @@
147157
"nested": "Nested",
148158
"networkingflow": "Networking Flow",
149159
"neuralnetwork": "Neural Network",
160+
"neuralnetworks": "Neural Networks",
150161
"nodes": "Nodes",
151162
"numbertheory": "Number Theory",
152163
"numeric": "Numeric",
153164
"numericalanalysis": "Numerical Analysis",
154165
"numericalmethods": "Numerical Methods",
155166
"numpy": "Numpy",
167+
"opensource": "Open-Source",
156168
"operationsondatastructures": "Operations on Datastructures",
157169
"optimization": "Optimization",
158170
"others": "Others",
@@ -165,6 +177,7 @@
165177
"password": "Password",
166178
"patternmatching": "Pattern Matching",
167179
"patternsearch": "Pattern Search",
180+
"perceptronclassifier": "Perceptron Classifier",
168181
"permutation": "Permutation",
169182
"permutations": "Permutations",
170183
"physics": "Physics",
@@ -179,15 +192,19 @@
179192
"problems": "Problems",
180193
"processschedulingalgorithms": "Process Scheduling Algorithms",
181194
"projectrosalind": "Project-Rosalind",
195+
"puzzlesandgames": "Puzzlesandgames",
182196
"quantitativefinance": "Quantitative Finance",
183197
"quantum": "Quantum",
184198
"queues": "Queues",
199+
"r": "R",
185200
"random": "Random",
186201
"randomforestclassification": "Random Forest Classification",
202+
"randomized": "Randomized",
187203
"rangequeries": "Range Queries",
188204
"recursion": "Recursion",
189205
"recursive": "Recursive",
190206
"regressionalgorithms": "Regression Algorithms",
207+
"reverselinkedlist": "Reverse Linked List",
191208
"robotics": "Robotics",
192209
"rsa": "Rsa",
193210
"scheduling": "Scheduling",
@@ -203,6 +220,7 @@
203220
"sieveoferatosthenes": "Sieve of Eratosthenes",
204221
"similarity": "Similarity",
205222
"slidingwindow": "Sliding Window",
223+
"slidingwindows": "Sliding-Windows",
206224
"sortedset": "Sorted Set",
207225
"sorts": "Sorts",
208226
"spanningtree": "Spanning Tree",
@@ -214,6 +232,7 @@
214232
"stacks": "Stacks",
215233
"stackwithsinglylinkedlist": "Stack with Singly Linked List",
216234
"statistics": "Statistics",
235+
"stringmanipulation": "String Manipulation",
217236
"strings": "Strings",
218237
"structure": "Structure",
219238
"structures": "Structures",

0 commit comments

Comments
 (0)