Giter Club home page Giter Club logo

jule's Introduction

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

jule's People

Contributors

github-actions[bot] avatar lareii avatar mertcandav avatar panquesito7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

jule's Issues

[DOCS] Build a `DIRECTORY.md` file automatically

Description

Just like other repositories do, we can automatically create a DIRECTORY.md file with a list of all algorithms.
This will make it much easier when adding new algorithms as well as keeping the readme file clean.

We can either:

  • Use the workflow script written in Python.
  • Create our own directory builder written in Jule. I recommend this as it will expand the language even more.

Let me know your thoughts. Thanks. ๐Ÿ™‚

[FEAT] Provide a test file for each of the algorithms

Description

Currently, all of the tests are stored in one big test file, which is awesome to have tests, but I don't think it's the best way to structure/organize them.
I suggest:

  • Create a unique tests folder.
  • The folder should contain a file for each algorithm with the algorithm's name, but with the given tests.
  • This might require the current algorithms to be re-organized or changed, but I think it's going to be better in the future and will make it much easier to look at when there are more implementations.

Let me know what you think. Thanks. ๐Ÿ™‚

[FEAT] Create a PR instead of committing directly

Description

The directory workflow pushes to the main branch directly. However, this won't work as the branch is protected, and we cannot give enough rights to github-actions, as it is a bot. We can fix this by creating a pull request, and then we can merge it. ๐Ÿ™‚

Working on this (other repositories do this already).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.