Skip to content

dheerajsinghnagdali/dsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms in TypeScript

This repository contains implementations of common data structures and algorithms written in TypeScript. It serves as a learning resource for understanding fundamental computer science concepts and their practical implementation.

Features

  • Clean and type-safe TypeScript code
  • Common data structures (e.g., arrays, linked lists, stacks, queues, trees, graphs)
  • Popular algorithms (e.g., sorting, searching, recursion, dynamic programming)

Getting Started

Prerequisites

  • Deno (v2 or higher)

Working

  1. Clone the repository:
    git clone https://github.com/dheerajsinghnagdali/dsa.git
  2. Navigate to the project directory:
    cd dsa

Project Structure

  • src/: Source code for data structures and algorithms

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/your-feature)
  3. Commit your changes (git commit -m 'Add your feature')
  4. Push to the branch (git push origin feature/your-feature)
  5. Open a pull request

About

Data Structures and Algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published