/cs-study

Primary LanguageJavaScript

cs-study

Practice with data structures and algorithms and other random things using JavaScript (Node 4+).

Changelog

A changelog of my knowledge. :)

Week of March 7, 2016

Code:
  • Linear search, node algorithms/searches/linear

Week of February 29, 2016

Code:
  • Binary search, node algorithms/searches/binary
Topics and Resources:

Week of February 22, 2016

Code:
  • Merge sort, node algorithms/sorts/merge
  • Quick sort, node algorithms/sorts/quick
  • LeetCode problems
    • #14 Longest Common Prefix, node solutions/leetcode/14-longest-common-prefix/solution
    • #59 Spiral Matrix II, node solutions/leetcode/59-spiral-matrix-ii/solution
    • #228 Summary Ranges, node solutions/leetcode/228-summary-ranges/solution
Topics and Resources:

Week of February 15, 2016

Code:
  • Insertion sort, node algorithms/sorts/insertion
  • Selection sort, node algorithms/sorts/selection
  • Binary tree, node data-structures/trees/binary-search
  • LeetCode problems
    • #58 Length of Last Word
    • #231 Power of Two
    • #290 Word Pattern, node solutions/leetcode/290-word-pattern/solution
    • #334 Increasing Triplet Subsequence
Topics and Resources:

Week of February 8, 2016

Code:
  • Simple infix calculator (going to do more with this later), node calculators/infix "5 * 2"
  • Bubble sort, node algorithms/sorts/bubble
  • LeetCode problems
    • #136 Single Number
    • #168 Excel Sheet Column Title
Topics and Resources: