Skip to content

Python implementations of fundamental data structures including lists, stacks, and queues using arrays and linked lists.

Notifications You must be signed in to change notification settings

academixxx/data-structures-algorithms-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms (DSA)

This repository contains implementations of fundamental data structures and algorithms in Python.

Implemented Structures

  • List – implemented with arrays
  • Stack – implemented with linked lists
  • Queue – implemented with linked lists

Technologies Used

  • Python 3

About

Python implementations of fundamental data structures including lists, stacks, and queues using arrays and linked lists.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages