Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

ByteMuseum/alGolang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alGolang

alGolang is a central repository for a collection of popular programming algorithms and data structures in different programming languages.

List of Algorithms

List of Data Structures

Contributing

Contributions are welcome! You should start by forking the repository and then cloning the repository into your local machine. You can run the following command to clone the repository into your local machine:

git clone <repository-url>

You can then add new algorithms and data structures to the repository in your preferred language to the repository. Please make sure to add your files correctly and in the correct format. A sample of the format is provided below.

.
├── Algorithms
│   └── <Language>
│       ├── <Algorithm Name>.<Language Extension>
│       └── <Algorithm Name>.<Language Extension>
│       └── ...
├── Data Structures
│   └── <Language>
│       ├── <Data Structure Name>.<Language Extension>
│       └── <Data Structure Name>.<Language Extension>
│       └── ...
└── ...

Then, you can push your changes to the repository. You can run the following command to push your changes to the repository:

git add .
git commit -m "<Commit Message>"
git push

And, don't forget to open a new pull request on GitHub to submit your changes.

You can also open an issue if you want an algorithm or data structure added to the repository.

Finally, feel good about contributing and star the repository on GitHub.

License

This repository is licensed under the GNU Affero General Public License v3.0. You can find the full license text here.

About

Algorithms and Data Structures in Different Programming Languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published