erdincdursun / DataStructuresAndAlgorithms

Data Structures and Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataStructuresAndAlgorithms

Implementation of Data Structures and Algorithms with C#

Data Structures and Algorithms

Data Structures

  1. Array
  2. Hashtable
  3. Linked List
  4. Stack and Queue
  5. Tree
  6. Graph

Algorithms

  • Dynamic Programming
  • Recursion
  • Sorting
  • Traversals
    • BFS
    • DFS

About

Data Structures and Algorithms


Languages

Language:C# 100.0%