Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 280 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 280 Bytes

All that i learned in DSA

  • array using list
  • array using queue
  • array yusing stack
  • singly linked list
  • Doubly linked list
  • circular linked list
  • queue suing pointer
  • stack using queue

Application:

  • balanced paranthesis
  • infix to postfix
  • two stack using array