Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 930 Bytes

README.md

File metadata and controls

39 lines (36 loc) · 930 Bytes

30 Days of Code

What is this repository?

Pretty basic but whatever. I will post my solutions for 30 Days of Code by HackerRank in C#.

Checklist

I started this "challenge" on Friday, April 9, 2021.

  • Hello, World.
  • Data Types
  • Operators
  • Intro to Conditional Statements
  • Class vs. Instance
  • Loops
  • Let's Review
  • Arrays
  • Dictionaries and Maps
  • Recursion 3
  • Binary Numbers
  • 2D Arrays
  • Inheritance
  • Abstract Classes
  • Scope
  • Linked List
  • Exceptions - String to Integer
  • More Exceptions
  • Queues and Stacks
  • Interfaces
  • Sorting
  • Generics
  • Binary Search Trees
  • BST Level-Order Traversal
  • More Linked Lists
  • Running Time and Complexity
  • Nested Logic
  • Testing
  • RegEx, Patterns, and Intro to Databases
  • Bitwise AND