trekhleb/javascript-algorithms

By GitHub - 2020-09-30

Description

πŸ“ Algorithms and data structures implemented in JavaScript with explanations and links to further readings - trekhleb/javascript-algorithms

Summary

  • ☝ Note that this project is meant to be used for learning and researching purposes only, and it is not meant to be used for production.
  • More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data.
  • Branch & Bound - remember the lowest-cost solution found at each stage of the backtracking search, and use the cost of the lowest-cost solution found so far as a lower bound on the cost of a least-cost solution to the problem, in order to discard partial solutions with costs larger than the lowest-cost solution found so far.
  • npm test -- 'playground' Useful Information References Big O Notation Big O notation is used to classify algorithms according to how their running time or space requirements grow as the input size grows.

 

Topics

  1. Backend (0.33)
  2. Machine_Learning (0.12)
  3. Database (0.12)

Similar Articles

Data Science Learning Roadmap for 2021

By freeCodeCamp.org - 2021-01-12

Although nothing really changes but the date, a new year fills everyone with the hope of starting things afresh. If you add in a bit of planning, some well-envisioned goals, and a learning roadmap, yo ...

30 Most Asked Machine Learning Questions Answered

By Medium - 2021-03-18

Machine Learning is the path to a better and advanced future. A Machine Learning Developer is the most demanding job in 2021 and it is going to increase by 20–30% in the upcoming 3–5 years. Machine…