Skip to content
/ DSA Public

Implementations of various data structures and algorithms in different programming languages.

License

Notifications You must be signed in to change notification settings

NebulaTris/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation


  ____        _          ____  _                   _                                        _      _    _                  _ _   _                   
 |  _ \  __ _| |_ __ _  / ___|| |_ _ __ _   _  ___| |_ _   _ _ __ ___ ___    __ _ _ __   __| |    / \  | | __ _  ___  _ __(_| |_| |__  _ __ ___  ___ 
 | | | |/ _` | __/ _` | \___ \| __| '__| | | |/ __| __| | | | '__/ _ / __|  / _` | '_ \ / _` |   / _ \ | |/ _` |/ _ \| '__| | __| '_ \| '_ ` _ \/ __|
 | |_| | (_| | || (_| |  ___) | |_| |  | |_| | (__| |_| |_| | | |  __\__ \ | (_| | | | | (_| |  / ___ \| | (_| | (_) | |  | | |_| | | | | | | | \__ \
 |____/ \__,_|\__\__,_| |____/ \__|_|   \__,_|\___|\__|\__,_|_|  \___|___/  \__,_|_| |_|\__,_| /_/   \_|_|\__, |\___/|_|  |_|\__|_| |_|_| |_| |_|___/
                                                                                                          |___/                                      

This repository contains implementations of various data structures and algorithms in different programming languages. As of now, it is complete in C and JavaScript, with the possibility of adding more languages in the future.

Table of Contents

  1. C

  2. JavaScript

Adding New Languages

If you'd like to contribute by adding implementations in other programming languages, feel free to create a new directory for the language of your choice. Please maintain a similar directory structure for consistency.

Contributing

If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your contributions.
  3. Add your implementations.
  4. Create a pull request.

Please make sure your code follows good coding practices and includes comments for better understanding.

License

This repository is licensed under the MIT License - see the LICENSE file for details.


Happy coding!

About

Implementations of various data structures and algorithms in different programming languages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published