Discussions

Legacy JavaScript Algorithms and Data Structures vs Beta JavaScript Algorithms and Data Structures
I’m Interested in learning JavaScript for Back-end with node.js, I’m not a fan of Project-Based learning, Which cert will be better for me, the Legacy JavaScript Algorithms and Data Structures or the Beta JavaScript Algorithms and Data Structures? More on forum.freecodecamp.org
🌐 forum.freecodecamp.org
0
0
September 15, 2024
I've finished the Legacy JavaScript Algorithms and Data Structures and didnt learn much.
now you should be better prepared to pass a technical interview for an entry role, yet you need a resume that need portfolio and/or experience 🥲 More on reddit.com
🌐 r/FreeCodeCamp
9
6
December 14, 2024
Is the JavaScript Algo & Data Structures legacy certificate course will be deleted after the full release of Beta version?
The previous lessons are still available, as are the certificates. You can find them under the "Legacy" heading. Historically, freeCodeCamp has kept the "legacy" courses available more than long enough for anyone to finish them. More on reddit.com
🌐 r/FreeCodeCamp
11
3
December 27, 2023
Is Javascript bad for Data Structures and Algorithms?
honestly, even python doesn't really make sense for any task requiring real optimization More on reddit.com
🌐 r/learnprogramming
21
14
July 10, 2018
🌐
freeCodeCamp
forum.freecodecamp.org › javascript
Legacy JavaScript Algorithms and Data Structures vs Beta JavaScript Algorithms and Data Structures - JavaScript - The freeCodeCamp Forum
September 15, 2024 - I’m Interested in learning JavaScript for Back-end with node.js, I’m not a fan of Project-Based learning, Which cert will be better for me, the Legacy JavaScript Algorithms and Data Structures or the Beta JavaScript Algo…
🌐
GitHub
github.com › trekhleb › javascript-algorithms
GitHub - trekhleb/javascript-algorithms: 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings - trekhleb/javascript-algorithms
Starred by 196K users
Forked by 31.1K users
Languages   JavaScript
🌐
GitHub
github.com › notshawky007 › FreeCodeCamp-Legacy-JavaScript-Algorithms-and-Data-Structures
GitHub - notshawky007/FreeCodeCamp-Legacy-JavaScript-Algorithms-and-Data-Structures: Explore essential JavaScript algorithms and data structures from FreeCodeCamp's course. Includes implementations of classic algorithms like sorting and fundamental data structures such as linked lists. Master key programming concepts efficiently.
Explore essential JavaScript algorithms and data structures from FreeCodeCamp's course. Includes implementations of classic algorithms like sorting and fundamental data structures such as linked lists. Master key programming concepts efficiently. - notshawky007/FreeCodeCamp-Legacy-JavaScript-Algorithms-and-Data-Structures
Author   notshawky007
Find elsewhere
🌐
GitHub
github.com › Fe-56 › freeCodeCamp-JavaScript-Algorithms-and-Data-Structures
GitHub - Fe-56/freeCodeCamp-JavaScript-Algorithms-and-Data-Structures: This repository contains the code that I've written when taking freeCodeCamp's JavaScript Algorithms and Data Structures course.
This repository contains the code that I've written when taking freeCodeCamp's JavaScript Algorithms and Data Structures course. - Fe-56/freeCodeCamp-JavaScript-Algorithms-and-Data-Structures
Starred by 16 users
Forked by 4 users
Languages   JavaScript 100.0% | JavaScript 100.0%
🌐
Udemy
udemy.com › development
JavaScript Algorithms and Data Structures Masterclass
February 10, 2026 - Delve into recursion, searching and sorting, data structures, graphs, and Dijkstra's algorithm. ... Jump around course by following prerequisites at the start of each section, using big O and recursion guidance, and study topics like bubble sort, merge sort, and binary heaps. ... Practice a browser-based JavaScript workflow using Chrome snippets to run code without installing software, exploring console logs and data structures like binary search trees and breadth-first search.
Rating: 4.7 ​ - ​ 31K votes
🌐
Amazon
amazon.com › Data-Structures-Algorithms-JavaScript-approaches › dp › 1449364934
Data Structures and Algorithms with JavaScript: Bringing classic computing approaches to the Web: McMillan, Michael: 9781449364939: Amazon.com: Books
This practical guide shows you how to work hands-on with a variety of storage mechanisms—including linked lists, stacks, queues, and graphs—within the constraints of the JavaScript environment. Determine which data structures and algorithms are most appropriate for the problems you’re trying to solve, and understand the tradeoffs when using them in a JavaScript program.
🌐
Reddit
reddit.com › r/freecodecamp › i've finished the legacy javascript algorithms and data structures and didnt learn much.
r/FreeCodeCamp on Reddit: I've finished the Legacy JavaScript Algorithms and Data Structures and didnt learn much.
December 14, 2024 -

I've learned more from the newer Beta course.

I was able to solve most questions easily but some, especially the questions of the last 4 challenges I had to look at the solution or watch a video to solve it.

No you cant bang your head until you get to the answer with these because the writer doesnt tell you which code you COULD use, any example they give isnt helping.

The forum helpers are a different issue which isnt helping my problems with the code.

🌐
GitHub
github.com › Krasipeace › JavaScript-Algorithms-and-Data-Structures---freecodecamp.org
GitHub - Krasipeace/JavaScript-Algorithms-and-Data-Structures---freecodecamp.org: Exercises / tasks / projects
August 18, 2023 - Once you have the fundamentals down, you'll apply that knowledge by creating algorithms to manipulate strings, factorialize numbers, and even calculate the orbit of the International Space Station. Along the way, you'll also learn two important programming styles or paradigms: Object Oriented Programming (OOP) and Functional Programming (FP). Basic JavaScript ES6 Regular Expressions Debugging Basic Data Structures Basic Algorithm Scripting Object Oriented Programming Functional Programming Intermediate Algorithm Scripting
Author   Krasipeace