Skip to content

monkeyscript/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)