Skip to content

This repository contains C# implementations of selected data structures and algorithms each with a set of unit tests.

Notifications You must be signed in to change notification settings

ata6502/WbsAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WbsAlgorithms

This repository contains C# implementations of selected algorithms and data structures each with a set of unit tests. Majority of code contains solutions to exercises from the book "Algorithms" by Robert Sedgewick (chapters 1.1, 1.2, 1.3, and partially 1.4) as well as from the series "Algorithms Illuminated" by Tim Roughgarden.

Below, there are a few examples of algorithms implemented in this repository:

References

Below, there is a list of sources used to create the C# code. The names in brackets indicate a comment in the code that references a particular source. For example, for exercises from the Robert Sedgewick's book "Algorithms" search for the comment [Sedgewick].

  • [Sedgewick] Robert Sedgewick, Kevin Wayne (2011) "Algorithms" 4th edition; Addison-Wesley Professional
  • [AlgoIlluminated-1] Tim Roughgarden (2017) "Algorithms Illuminated: Part 1: The Basics: Asymptotic Notation, Master Method, Sorting, Selection"; Soundlikeyourself Publishing
  • [AlgoIlluminated-2] Tim Roughgarden (2018) "Algorithms Illuminated: Part 2: Graph Algorithms and Data Structures"; Soundlikeyourself Publishing
  • [Leetcode] https://leetcode.com/problemset/all/

About

This repository contains C# implementations of selected data structures and algorithms each with a set of unit tests.

Topics

Resources

Stars

Watchers

Forks

Languages