Skip to content

paige0701/algorithms-and-more

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Solve algorithms

Websites

  • programmers.co.kr
  • leetcode.com
  • khan academy
  • inflearn
  • hackerank
  • MIT 6006
  • coursera

Books

  • Cracking the coding interview
  • 모두의 알고리즘

Languages

  • python3

Study data structures

Data structures

  • QUEUE

    • Linear
    • Circular queue
  • LINKED LIST

    • Singly linked list