Skip to content

It contains a bunch of questions that may ask in the coding interview with an optimal solution.

License

Notifications You must be signed in to change notification settings

Rohan-Shakya/coding-interview-with-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure and Coding Interview with Javascript

Data Structure are collections of values, the relationships among them, and the functions or operations that can be applied to the data

It contains few popular questions and answers with their optimal solutions that may ask during the Software Engineering Interview.

Steps that you have to follow when solving problems:

Before we begin how to solve the questions, we have follow few steps. They are:

  • Step 1: Verify the constraints
  • Step 2: Write ot some test cases
  • Step 3: Figure out a solution without code
  • Step 4: Write out our solution in code
  • Step 5: Double check for errors
  • Step 6: Test our code with our test cases
  • Step 7: Optimizing our code
  • Step 8: Testing our optimal solution
  • Step 9: Checking performance

Keep practicing || Keep Coding 😃

About

It contains a bunch of questions that may ask in the coding interview with an optimal solution.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published