Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages