Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 634 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 634 Bytes

problem_solving

I like to solve analytical problems in online judge. This reposotory holds the codes I wrote as the solutions of analytical problems. Most of these codes are solutions of various problems of Hackerrank.

You can find & see my Hackerrank profile here (@tazbiruet).

Language used

  • C
  • C++

Category of problems solved

  • Data structure
    • Array
    • Linked list
    • Queue
    • Stack
    • Tree
  • Implementations
  • C language learning
  • Mathematics
  • Mixed
  • Pointers