Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 1.45 KB

README.md

File metadata and controls

41 lines (37 loc) · 1.45 KB

30-Days-Of-Java

Code and lessons from "30 Days Of Code" led by @BlondieBytes

Completed By: Aaron Galloway


My introduction to 30 Days of Code originally came from HackerRank. After finding the series on YouTube I decided to complete the series on YouTube independent of HackerRank. This code is far from perfect as I am still learning. Even with the excellent instruction from @BlondieBytes, I found that improvising or find errors on my own was a little challenging. If you find something that is out of order or could be done better, please let me know.


Items covered in the tutorial:

  1. Overview of Object Oriented Programming, Classes, and Data Structures
  2. Data Types
  3. Variables and Arithmetic
  4. If Statements
  5. Boolean Operators and Classes vs. Instances
  6. Loops
  7. Making A Mad Lib with Arrays
  8. More Arrays
  9. Dictionaries and Hash Maps
  10. Recursion
  11. Binary
  12. Creating a Library Catalogue From Scratch
  13. Inheritance
  14. Abstract Classes and Casting
  15. Imports, Packages, and Scope
  16. Linked Lists
  17. Exceptions Part 1
  18. Exceptions Part 2
  19. Queues and Stacks
  20. Interfaces
  21. Pointers, Aliasing, Garbage Collection, and Java Virtual Machine
  22. Generics
  23. Heaps and Binary Search Trees
  24. Tic Tac Toe Game From Scratch (Formatting Issue)
  25. Hangman Game From Scratch (Formatting Issue)
  26. Running Time And Complexity
  27. Unit Testing Part 1
  28. Unit Testing Part 2
  29. Introduction To Databases
  30. Coding In Other Languages