Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 582 Bytes

File metadata and controls

16 lines (9 loc) · 582 Bytes

Algorithms and Data Structures

This repository contains my personal implementations of various algorithms and data structures.

The goal of this project is to deepen my understanding of how common algorithms and data structures work under the hood by building them from scratch.

Purpose

  • Learn internal workings of algorithms and data structures

  • Practice writing clean, efficient, and readable code

  • Strengthen problem-solving and critical thinking skills

Note

These implementations are meant for learning purposes and may not be optimized for production use.