Skip to content

This Repo Contain 20 Data Structure and Alogorithm problems in c#. Covering Arrays, List, Stacks, Queues, Graphs, Dictionary, and Hashtables

Notifications You must be signed in to change notification settings

moazam-zintech/DataStructures-Algorithms

Repository files navigation

DataStructures&Algorithms

  1. Top-k Largest Elements(from array)

  2. Sliding Window(longest substring without repeating characters)

  3. Backtracking(combination/target sum, word ladder, permutation, sudoku solver)

  4. Dynamic Programming(combination/target sum)

  5. DFS(implemented using stack(LIFO)) and BFS(implemented using queue(FIFO)) ex-Dijkstra's Algorithm, Topological sort

About

This Repo Contain 20 Data Structure and Alogorithm problems in c#. Covering Arrays, List, Stacks, Queues, Graphs, Dictionary, and Hashtables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages