mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: add lectures for searching and sorting algorithms (#61663)
Co-authored-by: Dario <105294544+Dario-DC@users.noreply.github.com> Co-authored-by: Sem Bauke <sem@freecodecamp.org> Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
This commit is contained in:
@@ -4417,7 +4417,8 @@
|
||||
"lecture-searching-and-sorting-algorithms": {
|
||||
"title": "Searching and Sorting Algorithms",
|
||||
"intro": [
|
||||
"Learn about Searching and Sorting Algorithms in these lectures."
|
||||
"Learn about fundamental searching and sorting algorithms, including linear search, binary search, and merge sort.",
|
||||
"These lectures cover algorithm implementations, time and space complexity analysis, and the divide and conquer programming paradigm."
|
||||
]
|
||||
},
|
||||
"workshop-binary-search": {
|
||||
|
||||
Reference in New Issue
Block a user