Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 525 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 525 Bytes

Playground

A collection of common algorithms and snippets.

Typescript

  1. Sorting

    • Bubble Sort (bubble_sort.ts)
    • Insertion Sort (insertion_sort.ts)
    • Selection Sort (selection_sort.ts)
    • Merge Sort (merge_sort.ts)
  2. Searching

    • Linear Search (linear_search.ts)
    • Binary Search (binary_search.ts)
  3. Typescript Tricks (tricks.ts)

  4. Regex Cheat Sheet (regex_cheat_sheet.ts)

Shell Script

  1. Git Commands (git_commands.sh)

  2. Linux Commands (linux_commands.sh)