Skip to content

achitrakar/Coding-Beast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Background

All questions are available on [leetcode.com].

Fundamentals

To find the greatest amount of success, it is highly recommended knowing the methods and runtimes of the following data structures and their operations:

  • Arrays
  • Maps
  • Linked Lists
  • Queues
  • Heaps
  • Stacks
  • Trees
  • Graph

In addition, you should have a good grasp on common algorithms such as:

  • Breadth First Search
  • Depth First Search
  • Binary Search
  • Recursion

Solutions

All the solutions here are written in Java. The equivalent Scala implementation will be added in the future.

About

Solutions to the LeetCode Problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published