This project contains snippets of Scala code for various problems available on LeetCode,Hackerrank and also Data structures and algorithms implementation that required to solve those problems.
π Algorithms cheat sheet By Princeton University
π Algorithms and data structures data sheet By Rice University
Package | What's Illustrated |
---|---|
Leetcode30days Challenge April 2020 | Solutions to LeetCode 30 days challenge for April Completed π (April 1st, 2020 to April 30, 2020) |
Leetcode30days Challenge May 2020 | Solutions to LeetCode 30 days challenge for May Completed π (May 1st, 2020 to May 31, 2020) |
Leetcode30days Challenge June 2020 | Solutions to LeetCode 30 days challenge for June Completed π (June 1st, 2020 to June 30, 2020) |
Leetcode30days Challenge July 2020 | Solutions to LeetCode 30 days challenge for July Completed π (July 1st, 2020 to July 31, 2020) |
Leetcode30days Challenge August 2020 | Solutions to LeetCode 30 days challenge for August Completed π (August 1st, 2020 to August 31, 2020) |
Leetcode30days Challenge September 2020 | Solutions to LeetCode 30 days challenge for September Completed π (September 1st, 2020 to September 30, 2020) |
Leetcode30days Challenge October 2020 | Solutions to LeetCode 30 days challenge for October Completed π (October 1st, 2020 to October 31, 2020) |
Leetcode30days Challenge November 2020 | Solutions to LeetCode 30 days challenge for November Completed π *(November 1st, 2020 to November 30, 2020) |
Leetcode30days Challenge December 2020 | Solutions to LeetCode 30 days challenge for December Completed π *(December 1st, 2020 to December 31, 2020) |
NinetyNineProblems | Solutions to "S-99: Ninety-Nine Scala Problems" In Progress π |
hackerrank.functionalProgramming | Solutions to Hackerrank funtional programming section using scala π |
hackerrank.problemSolving | Solutions to Hackerrank Problem Solving section π |
hackerrank.warmups | Hackerrank warmup solutions |
hackerrank.sql | Hackerrank SQL section |
hackerrank.ThirtyDaysOfCode | Hackerrank "30 Days Of Code" solutions |
scala.sequences | Contains implementations of sequences(Arithmetic,Fibonacci,Geometric) in functional programming π |
scala.customFileSystem | Contains File System implementation in scala In Progress |
scala.leetcodeGeneralProblems | Generic problems from LeetCode In Progress |
src.com.dsa.java | Sorting Implementations in Java |
Scala Functional Data Structures & Algorithms | Sorting and searching functional Implementations in Scala (and also have iterative implementations) π |