Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions public/locales/en/categories.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0": "0",
"a5": "A 5",
"activationfunctions": "Activation Functions",
"ahocorasick": "Aho-Corasick",
Expand All @@ -19,6 +20,7 @@
"binaryheap": "Binary Heap",
"binarysearchtree": "Binary Search Tree",
"binarytree": "Binary Tree",
"biomedical": "Biomedical",
"bit": "Bit",
"bitmanipulation": "Bit Manipulation",
"blockchain": "Blockchain",
Expand All @@ -37,6 +39,7 @@
"cn": "Cn",
"codewars": "Codewars",
"coloring": "Coloring",
"comparebinarytree": "Compare Binary Tree",
"comparison": "Comparison",
"complementaryfilter": "Complementary Filter",
"compression": "Compression",
Expand All @@ -54,6 +57,7 @@
"date": "Date",
"decisiontreeregressionwithkfoldcrossvalidation": "Decision Tree Regression with K-Fold Cross Validation",
"decomposition": "Decomposition",
"desktop": "Desktop",
"developertools": "Developer Tools",
"devutils": "Devutils",
"dictionary": "Dictionary",
Expand Down Expand Up @@ -95,13 +99,16 @@
"geneticalgorithm": "Genetic Algorithm",
"geodesy": "Geodesy",
"geometry": "Geometry",
"graphalgorithms": "Graph Algorithms",
"graphcoloring": "Graph Coloring",
"graphics": "Graphics",
"graphs": "Graphs",
"greatestcommondivisor": "Greatest Common Divisor",
"greedy": "Greedy",
"greedyalgorithms": "Greedy Algorithms",
"greedyapproach": "Greedy Approach",
"greedymethods": "Greedy Methods",
"hamming": "Hamming",
"hashing": "Hashing",
"hashmap": "Hash Map",
"hashset": "Hash Set",
Expand All @@ -111,7 +118,9 @@
"histogramequalization": "Histogram Equalization",
"http": "Http",
"imageprocessing": "Image Processing",
"invertbinarytree": "Invert Binary Tree",
"io": "Io",
"jobscheduling": "Job Scheduling",
"kdtree": "Kd Tree",
"knapsack": "Knapsack",
"levenshtein": "Levenshtein",
Expand All @@ -120,6 +129,7 @@
"linearregression": "Linear Regression",
"lineclipping": "Lineclipping",
"linkedlist": "Linked List",
"linkedlistalgorithms": "Linked List Algorithms",
"list": "List",
"logisticregression": "Logistic-Regression",
"longestincreasingsubsequence": "Longest Increasing Subsequence",
Expand Down Expand Up @@ -147,12 +157,14 @@
"nested": "Nested",
"networkingflow": "Networking Flow",
"neuralnetwork": "Neural Network",
"neuralnetworks": "Neural Networks",
"nodes": "Nodes",
"numbertheory": "Number Theory",
"numeric": "Numeric",
"numericalanalysis": "Numerical Analysis",
"numericalmethods": "Numerical Methods",
"numpy": "Numpy",
"opensource": "Open-Source",
"operationsondatastructures": "Operations on Datastructures",
"optimization": "Optimization",
"others": "Others",
Expand All @@ -165,6 +177,7 @@
"password": "Password",
"patternmatching": "Pattern Matching",
"patternsearch": "Pattern Search",
"perceptronclassifier": "Perceptron Classifier",
"permutation": "Permutation",
"permutations": "Permutations",
"physics": "Physics",
Expand All @@ -179,15 +192,19 @@
"problems": "Problems",
"processschedulingalgorithms": "Process Scheduling Algorithms",
"projectrosalind": "Project-Rosalind",
"puzzlesandgames": "Puzzlesandgames",
"quantitativefinance": "Quantitative Finance",
"quantum": "Quantum",
"queues": "Queues",
"r": "R",
"random": "Random",
"randomforestclassification": "Random Forest Classification",
"randomized": "Randomized",
"rangequeries": "Range Queries",
"recursion": "Recursion",
"recursive": "Recursive",
"regressionalgorithms": "Regression Algorithms",
"reverselinkedlist": "Reverse Linked List",
"robotics": "Robotics",
"rsa": "Rsa",
"scheduling": "Scheduling",
Expand All @@ -203,6 +220,7 @@
"sieveoferatosthenes": "Sieve of Eratosthenes",
"similarity": "Similarity",
"slidingwindow": "Sliding Window",
"slidingwindows": "Sliding-Windows",
"sortedset": "Sorted Set",
"sorts": "Sorts",
"spanningtree": "Spanning Tree",
Expand All @@ -214,6 +232,7 @@
"stacks": "Stacks",
"stackwithsinglylinkedlist": "Stack with Singly Linked List",
"statistics": "Statistics",
"stringmanipulation": "String Manipulation",
"strings": "Strings",
"structure": "Structure",
"structures": "Structures",
Expand Down