Skip to content

my codes to achieve all 30 days HackerRank challenges in java

Notifications You must be signed in to change notification settings

geolili/30-Days-HackerRank-Challenges-java

Repository files navigation

30 Days HackerRank Challenges in java

my codes to achieve all 30 days HackerRank challenges in java during november 2019

Challenges:

  1. Day 0: Hello, World
  2. Day 1: Data Types
  3. Day 2: Operators
  4. Day 3: Intro to Conditional Statements
  5. Day 4: Class vs. Instance
  6. Day 5: Loops
  7. Day 6: Let's Review
  8. Day 7: Arrays
  9. Day 8: Dictionaries and Maps
  10. Day 9: Recursion 3
  11. Day 10: Binary Numbers
  12. Day 11: 2D Arrays
  13. Day 12: Inheritance
  14. Day 13: Abstract Classes
  15. Day 14: Scope
  16. Day 15: Linked List
  17. Day 16: Exceptions - String to Integer
  18. Day 17: More Exceptions
  19. Day 18: Queues and Stacks
  20. Day 19: Interfaces
  21. Day 20: Sorting
  22. Day 21: Generics
  23. Day 22: Binary Search Trees
  24. Day 23: BST Level-Order Traversal
  25. Day 24: More Linked Lists
  26. Day 25: Running Time and Complexity
  27. Day 26: Nested Logic
  28. Day 27: Testing
  29. Day 28: RegEx, Patterns, and Intro to Databases
  30. Day 29: Bitwise AND