Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 3.69 KB

README.md

File metadata and controls

44 lines (38 loc) · 3.69 KB

Problem Solving in TypeScript

Build Status – Travis CI Maintainability Code Coverage Documentation
Build Status bitHound Overall Score bitHound Code Maintainability Coverage Status Test Coverage Inline docs
License Liberapay Repo hit count
MIT license Liberapay HitCount

Table of Contents

  1. CodinGame
    • Easy
      • Chuck Norris (message encoding)
  2. Cracking the Coding Interview
  3. Leet Code
    • 1 Two Sum
  4. Practice
    • Candidate algorithms
    • 1 Graph
      • 1.1 TopSort (Topological Sorting)
      • 1.2 Dijkstra's shortest path
      • 1.3 Prim's minimal spanning tree
    • 9 Naive (hashtable-based) PriorityQueue