Data_Structure


LightOj: 1212 – Double Ended Queue(Deque)
Solution: Click here
LightOj: 1113 – Discover the Web(Stack)
Solution: Click here
uva : 673 – Parentheses Balance(Using Stack)
Solution: click here
—————————Priority_Queue——————————————-
Problem: Washing Plates
Solution: MyCode
uva : 10954 – Add All(Priority_Queue)
Solution: click here :: MyCode

—————————Queue—————————————————-

10935 – Throwing cards away I(USING QUEUE)
Solution: Click here:: Taken help
11995 – I Can Guess the Data Structure!
Solution: MyCode
Problem: Two dimentional queue using
Solution: Mycode

———————-Structure–related–problem———————–
Fundamental idea:: Helpful

—————————–Suffix_Array———————————
Problem: Reference
Solution: MyCode

……………………..Structure_Sort………………………………..
Problem: Three Number Sort(integer): Mycode
Problem: Two Number Sort(integer): MyCode
Problem: Two Number Sort(integer with char):Mycode