Skip to content

My exploration in implementing common data structures and algorithms with clean code, full type annotations, and unit testing with 100% code coverage.

Notifications You must be signed in to change notification settings

mendelsimon/data-structures-and-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms

This repository contains my exploration in implementing common data structures and algorithms with clean code and best practices. Each module contains a complete data structure or algorithm. Everything is type-annotated, and there is 100% test coverage.

So far, this project contains:

  • Data Structures
    • Linked List
    • Min-Heap
    • Queue
    • Stack

About

My exploration in implementing common data structures and algorithms with clean code, full type annotations, and unit testing with 100% code coverage.

Topics

Resources

Stars

Watchers

Forks

Languages