Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 626 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 626 Bytes

DSAlgoInCSharp

Data Structures and Algorithms in C#

  • List
  • Stacks
  • Queues
  • Binary Search Trees
  • Hashing
  • Heaps
  • Graphs
  • Sorting Algorithms
  • Search Algorithms

Learning Goals

  • Write code that scales well by selecting appropriate data structures and algorithms
  • Obtain foundational knowledge necessary to learn standard libraries across all programming languages
  • Prepare for algorithm questions that can be applied to enterprise development
  • Acquire the ability to develop object-oriented solutions using the C# programming language
  • Apply advanced C# programming techniques including generics and callbacks