Skip to content

mcjyang/practice

Repository files navigation

This directory contains algorithms I've implemented from leetcode and/or somewhere.

Also, this README.md is for the purpose of practicing markdown, so don't take it serious.

Data Structure

tree

tries

BST

  1. in-order
  • common metho
  • how can we design in-order in O(1) space
    • Morris Traversal (2 ptrs)
  1. pre-order
  2. post-order

LRU

To be continued <cd user>

Dijkstra

Important. Need more practice.

  1. https://guides.github.com/features/mastering-markdown/
  2. https://kingofamani.gitbooks.io/git-teach/content/chapter_6_gitbook/markdown.html

About

This directory is for practicing algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages