Skip to content

ather13/AlgorithmDataStructureCSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About "AlgorithmDataStructureCSharp" code base

  1. Algorithms and Data Structures DataStructures:

    • Array
    • Strings
    • Stack
    • Queue
    • Tree
    • Graph
  2. Other common problems solved

  3. Multiple method to solve the same problem

  4. Unit Testing

TODO

  1. Some more algorthms are going to add
  2. Some of the files are blank, code is in WIP for those
  3. Comments on methods needs to be added
  4. More comments need to be added

Development Environment

  1. Visual Studio : 2019
  2. .Net 5.0
  3. C#

Performance