Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 5.32 KB

File metadata and controls

33 lines (26 loc) · 5.32 KB

Contents of Repository

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) 🔜