Skip to content

Latest commit

 

History

History
executable file
·
10 lines (8 loc) · 451 Bytes

File metadata and controls

executable file
·
10 lines (8 loc) · 451 Bytes

Data Structures and Algorithms using C#

This repository consists of:

  • Data structures implementations
  • Algorithms
  • Problem solving along with approach adopted
  • Notes consisting of important concepts
  • Structuring the project with separation of concerns, reusable utility files

Approach emphasized for problem solving is based on a foundational mindset/first principles. Intent is to derive solutions from fundamentals and optimize them further.