Skip to content

Latest commit

 

History

History
175 lines (169 loc) · 21.6 KB

README.md

File metadata and controls

175 lines (169 loc) · 21.6 KB

HR_logo

Some HackerRank solutions

Warning
THIS IS MORE LIKE PERSONAL ENGINEER-DEVELOPER NOTEBOOK RATHER THAN REPO WITH BEST-AND-OPTIMAL SOLUTIONS!
Created this to track and motivate myself to "keep in programming shape".
Problem description might be under the circle (C and C++) or name, followed by link to my solution. Some solutions "might" look ancient because some problems provide part of code to work with.
🟢 Easy 🟠 Medium 🔴 Hard

Problem Solving

Algorithms

  1. Warmup ✅

  2. Implementation

  3. Strings

  4. Sorting

  5. Search

  6. Graph Theory

  7. Greedy

  8. Dynamic Programming

  9. Constructive Algorithms

  10. Bit Manipulation

  11. Recursion

  12. Game Theory

  13. NP Complete

  14. Debugging

Data Structures

  1. Arrays ✅
  2. Linked Lists
  3. Trees

C++

  1. Introduction ✅
  2. Strings
  3. Classes ✅
  4. STL ✅
  5. Inheritance ✅
  6. Debugging ✅
  7. Other Concepts ✅

C

  1. Introduction ✅
  2. Conditionals and Loops
  3. Arrays and Strings ✅
  4. Functions
  5. Structs and Enums

Linux Shell

  1. Bash