NITSkmOS / Algorithms

In case you want to contribute, ping on https://gitter.im/NITSkmOS/algo.
https://nitskmos.github.io/Algorithms
MIT License
99 stars 302 forks source link

[Request] Add Julia as a supported language #263

Closed mariush2 closed 5 years ago

mariush2 commented 5 years ago

This is a request to add Julia as one of the supported languages in this repo

sangamcse commented 5 years ago

GitMate.io thinks possibly related issues are https://github.com/NITSkmOS/Algorithms/issues/159 (Add gitter badge), https://github.com/NITSkmOS/Algorithms/issues/2 (Add all sorting algorithms), https://github.com/NITSkmOS/Algorithms/issues/23 ([Algo]: Add Heapsort in C), https://github.com/NITSkmOS/Algorithms/issues/21 ([Algo]: Add Heapsort in Java), and https://github.com/NITSkmOS/Algorithms/issues/19 ([Algo]: Add Bubble Sort in C).

sangamcse commented 5 years ago

@mariush2 Definitely we can do this. What we have to do is:

  1. Add a column in README table
  2. Add in Sample Run
  3. Add the dependency requirement if any
  4. Add to the .misc file
  5. Check coala-bears which we can include in .coafile
  6. Include in .editorconfig
mariush2 commented 5 years ago

I have added the necessary changes to the README file. I am however not aware how to add the changes to .misc, .coafile and .editorconfig. Could you possible sort this out for me? To use Julia you need to install it from here: https://julialang.org/