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 visualization By University of San Francisco
📓 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 |
| Leetcode30days Challenge September 2020 | Solutions to LeetCode 30 days challenge - For September In progress |
| 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.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.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) 🔜 |