A collection of common algorithms and snippets.
-
Sorting
- Bubble Sort (bubble_sort.ts)
- Insertion Sort (insertion_sort.ts)
- Selection Sort (selection_sort.ts)
- Merge Sort (merge_sort.ts)
-
Searching
- Linear Search (linear_search.ts)
- Binary Search (binary_search.ts)
-
Typescript Tricks (tricks.ts)
-
Regex Cheat Sheet (regex_cheat_sheet.ts)
-
Git Commands (git_commands.sh)
-
Linux Commands (linux_commands.sh)