Pretty basic but whatever. I will post my solutions for 30 Days of Code by HackerRank in C#.
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