Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.12 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.12 KB

Algorithms and data structures implemented in the Jule programming language.

All contents are listed in 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