initial implementation of sorting algorithms

This commit is contained in:
2026-02-04 09:22:05 +01:00
parent 2aca34fb9c
commit cbc46cf858
11 changed files with 410 additions and 0 deletions

View File

@@ -326,6 +326,15 @@
"DESCRIPTION": "Comparing of Dijkstra vs. A*.",
"GRID_HEIGHT": "Height",
"GRID_WIDTH": "Width"
},
"SORTING": {
"TITLE": "Sorting Algorithms",
"DESCRIPTION": "Visualizing various sorting algorithms.",
"ALGORITHM": "Algorithm",
"START": "Start Sorting",
"RESET": "Reset",
"GENERATE_NEW_ARRAY": "Generate New Array",
"EXECUTION_TIME": "Execution Time"
}
}
}