All notable changes to this project will be documented in this file.
- Endline
- Worng output order (#114)
- Formatting issues
.gitpod.dockerfile
issues (#162)- Break
ceil_floor
into separate entries for ceil and floor (#168) - Using DataStructures in Graph
- Add new compat entry for "DifferentialEquations" at version "6" (#26)
- Add new compat entry for "DataFrames" at version "1" (#25)
- Add new compat entry for "GLM" at version "1" (#24)
- Add new compat entry for "Plots" at version "1" (#23)
- Add new compat entry for DataStructures at version 0.18, (keep existing compat) (#144)
- Improve the contributing guidelines (#165)
- Update DIRECTORY.md
- Update README
- Disable doctest
- Reenable doctests
- Add the
Approved label
workflow - Add Simpson's Integration algorithm (#89)
- Add trapezoid sum integration algorithm (#88)
- Format code with JuliaFormatter (#140)
- Add a Gitpod Dockerfile (#147)
- Run formatter workflow on PRs (#157)
- Improve the Julia formatter workflow (#163)
- Add directory and filename formatter workflow (#167)
- Create Basic submodule
- Create Cipher submodule
- Create DataStructure submodule
- Create Graph submodule
- Import MinHeap in dijkstra algo
- Create DynamicProgramming submodule
- Add Cipher submodule
- Add Scheduling submodule
- Add Conversions submodule
- Add Sorts submodule
- Add KnapSack submodule
- Add Math submodule
- Add MatrixAlgo submodule
- Add Searches submodule
- Add LongSubSeq submodule
- Add StatAlgo submodule
- Add StringAlgo submodule
- Add ML submodule
- Update DataStructure
- Add ProjectRosalind submodule
- Add ProjectEuler submodule
- Bundle exports of new submodules
- Add Basic to namespace
- Add Cipher to namespace
- Add DataStructure to namespace
- Add Graph to namespace
- Add DynamicProgramming to namespace
- Update Julia to latest release (#141)
- JuliaFormatter
- Directory/file_formatter
- Formatter