Skip to content

I listed All the questions that I wrote at least twice in https://seanforfun.github.io/leetcode/. Though all my solutions can be found at leetcode column. I also made my own conclusions about data structure in this repository, all files will be synchronized on my github.io.

Notifications You must be signed in to change notification settings

Seanforfun/Algorithm-and-Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Learning

Algorithm(4th_Edition)

Reading notes of book Algorithm(4th Algorithm),ISBN: 9787115293800. All java realization codes are placed in different packages.

Data Structure

I started learning the data struture systematically, I will list my notes in the order that I read the book.

  1. Binary Tree
  2. Complete Binary Tree
  3. Balanced Binary Tree
  4. Black Red Tree
  5. B Tree series
  • Blocking Queue
  1. Priority Blocking Queue
  2. Linked Blocking Queue
  3. Priority Blocking Queue
  4. Delay Queue
  • Non Blocking Queue
  1. ConcurrentLinkedQueue
  1. HashMap
  2. ConcurrentHashMap
  1. Undirected Graph

LeetCode

This part I listed my leetcode solutions.

About

I listed All the questions that I wrote at least twice in https://seanforfun.github.io/leetcode/. Though all my solutions can be found at leetcode column. I also made my own conclusions about data structure in this repository, all files will be synchronized on my github.io.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages