https://github.com/thealgorithms/jule
Algorithms and data structures implemented in the Jule programming language.
https://github.com/thealgorithms/jule
algorithms data-structures hacktoberfest jule julec julelang
Last synced: 2 months ago
JSON representation
Algorithms and data structures implemented in the Jule programming language.
- Host: GitHub
- URL: https://github.com/thealgorithms/jule
- Owner: TheAlgorithms
- License: mit
- Created: 2023-07-25T18:43:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T01:12:24.000Z (7 months ago)
- Last Synced: 2024-10-29T21:05:58.639Z (6 months ago)
- Topics: algorithms, data-structures, hacktoberfest, jule, julec, julelang
- Homepage:
- Size: 115 KB
- Stars: 19
- Watchers: 7
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Algorithms and data structures implemented in the Jule programming language.
All contents are listed in [`DIRECTORY.md`](./DIRECTORY.md) file.
## Contributing
Please feel free to contribute.
Any contribution is appreciated.Fork repository, add your algorithm, write your tests, add the README to the algorithm tree and open the PR.
Make sure your code follows the current repository layout and all CIs are passed successfully.## License
The all Jule implementations are distributed under the terms of the MIT license. \
[See License Details](./LICENSE)