Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 287 Bytes

File metadata and controls

17 lines (13 loc) · 287 Bytes

Data Structures and Algorithms

A list of all the data structures that I understand written in C# and .Net Core 6

Data Structures

  • Arrays
  • LinkedList
  • Binary Tree
  • Binary Search Tree
  • Graphs
  • Trees

Algorithms

  • Recursion Algorithms
  • Searching Algorithms
  • Sorting Algorithms