Skip to content

another-guy/problem-solving-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f3977fc · Dec 4, 2019

History

61 Commits
May 22, 2018
Dec 4, 2019
Dec 4, 2019
May 21, 2018
May 4, 2018
May 4, 2018
May 4, 2018
May 4, 2018
Jun 3, 2018
Jun 3, 2018
May 4, 2018
Jul 6, 2018
Nov 14, 2019
May 4, 2018
May 4, 2018
Nov 14, 2019

Repository files navigation

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