9 projects
algo-fun-dijkstra
Find shortest path between vertices of a graph using the dijkstra algorithm
algo-fun-bfs-traversal-order
get the bfs traversal order of a given graph
algo-fun-dfs-traversal-order
get the dfs traversal order of a given graph using preorder traversal
algo-fun-anagram
Check if 2 strings are anagram or not
algo-fun-prime-number
Tell if a number is prime or not
algo-fun-fibonacci
Give the fibonacci sequence up and including a given number
algo-fun-palindrome
Project description
algo-fun-factorial
Give the factorial of a given number
algo-fun-add
Simple script to add numbers together