Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nsswifter/juliaplayground
Where I Explore and Experiment with Julia Programming Language!
https://github.com/nsswifter/juliaplayground
algorithm computing julia julia-language quantum-computing
Last synced: about 1 month ago
JSON representation
Where I Explore and Experiment with Julia Programming Language!
- Host: GitHub
- URL: https://github.com/nsswifter/juliaplayground
- Owner: nsswifter
- License: mit
- Created: 2024-01-12T10:30:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T04:20:06.000Z (6 months ago)
- Last Synced: 2024-10-12T22:24:17.562Z (about 1 month ago)
- Topics: algorithm, computing, julia, julia-language, quantum-computing
- Language: Julia
- Homepage:
- Size: 2.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Julia Playground
Where I Explore and Experiment with [Julia Programming Language](https://github.com/JuliaLang/julia)!
## Projects
[Midpoint Circle Algorithm](https://github.com/nsswifter/JuliaPlayground/blob/main/MidpointCircleAlgorithm/MidpointCircleAlgorithm.jl)
[Digital Differential Analyzer Algorithm](https://github.com/nsswifter/JuliaPlayground/blob/main/DigitalDifferentialAnalyzerAlgorithm/DigitalDifferentialAnalyzerAlgorithm.jl)
[Bresenham's Line Algorithm](https://github.com/nsswifter/JuliaPlayground/blob/main/BresenhamLineAlgorithm/BresenhamLineAlgorithm.jl)
[Bresenham's Line Algorithm 2](https://github.com/nsswifter/JuliaPlayground/blob/main/BresenhamLineAlgorithm/BresenhamLineAlgorithm2.jl)
[Bresenham's Circle Algorithm](https://github.com/nsswifter/JuliaPlayground/blob/main/BresenhamCircleAlgorithm/BresenhamCircleAlgorithm.jl)
[Bresenham's Oval Algorithm](https://github.com/nsswifter/JuliaPlayground/blob/main/BresenhamOvalAlgorithm/BresenhamOvalAlgorithm.jl)