learning-julia
There are 11 repositories under learning-julia topic.
chrisvoncsefalvay/learn-julia-the-hard-way
Learn Julia the hard way!
je-suis-tm/recursion-and-dynamic-programming
Julia and Python recursion algorithm, fractal geometry and dynamic programming applications including Edit Distance, Knapsack (Multiple Choice), Stock Trading, Pythagorean Tree, Koch Snowflake, Jerusalem Cross, Sierpiński Carpet, Hilbert Curve, Pascal Triangle, Prime Factorization, Palindrome, Egg Drop, Coin Change, Hanoi Tower, Cantor Set, Fibonacci
je-suis-tm/search-and-sort
Julia and Python search algorithm implementation including Bloom Filter, Aho-Corasick, Boyer-Moore, Knuth-Morris-Pratt, Rabin-Karp, Binary & Sequential; hash algorithm implementation including Fowler-Noll-Vo-1, Jenkins One-at-a-time, Hash Chaining, Linear Probing & Quadratic Probing; sort algorithm implementation including Cocktail, Bitonic, Gnome, Bogo, Heap, Counting, Radix, Quick, Merge, Shell, Selection, Insertion, Bubble
udohjeremiah/REPLference.jl
This is a straightforward package designed to teach Julia to beginners in the Julia REPL. It provides an elegant method for locating methods that work on objects.
shriaas2898/Julia-Learning-Notes
This repository contains notes/tutorials for getting started with Julia
fortunewalla/alienjulia
Is it an alien language? Learning to code in Julia
ismahahmed/Learning-Julia-Programming
Learning how to program in Julia Lang. This repository provides an in-depth introduction to Julia Programming. Current and ongoing semester-long project.
learningwithmachines/LearnJulia
Notebooks for Learning Julia with Examples
phineas-pta/hello-algo.jl
Julia implementation of hello-algo project (Data Structures and Algorithms crash course)
phineas-pta/intro2algo
Julia implementation of “A Practical Guide to Algorithms with JavaScript”
phineas-pta/primerDSA
Julia implementation of “The Last Algorithms Course You’ll Need” (Data Structures & Algorithms primer)