notes/OJ notes/OJ-index.md
2022-09-08 15:33:54 +08:00

1 KiB

                                 __
  _____   _____     ____  ____  / /____  _____
 / ___/  / ___/    / __ \/ __ \/ __/ _ \/ ___/
/ /__   (__  )    / / / / /_/ / /_/  __(__  )
\___/  /____/    /_/ /_/\____/\__/\___/____/

CS notes

This is where I store notes about CS


Lists

Collection of problems of same kind

#problem_collection 

TODO

#TODO

Needs more understandings

#CS_list_need_understanding

Needs practicing

#CS_list_need_practicing

Topics that needs care

  • #sliding_window
  • #Kadane_s_algorithm
  • #greedy

Websites

leetcode.com

#leetcode

hackerearth.com

#hackerearth

Data Structure

Coding problems

#coding_problem and #DS

Analysis

#CS_analysis and #DS

Algorithm

Coding problems

tag:#coding_problem tag:#algorithm

Analysis

#CS_analysis #algorithm