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. Answer from ArielLeslie on reddit.com
🌐
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.

🌐
Reddit
reddit.com › r/freecodecamp › best way to learn javascript algorithms and data structures (beta)
r/FreeCodeCamp on Reddit: Best way to learn JavaScript Algorithms and Data Structures (Beta)
December 30, 2023 -

Hi, so I started going through the JavaScript Algorithms and Data Structures legacy version before the beta came out and it was straightforward because they gave you a tutorial on the subject you were learning. Now in the new beta version they are implementing CSS and HTML and offering no tutorial on how to do things. What is the best way to go about completing this course? doing a CSS HTML intro before the javascript course? or just going along and googling everything as I'm doing the course?

🌐
Reddit
reddit.com › r/freecodecamp › javascript algorithms & data structures certificate vs javascript algorithms & data structures (beta)
r/FreeCodeCamp on Reddit: JavaScript Algorithms & Data Structures Certificate VS JavaScript Algorithms & Data Structures (Beta)
January 9, 2024 -

Any idea? which course should be taken first?

As freecodecamp says courses should be taken in order, but a while ago "JavaScript Algorithms & Data Structures Certificate" was 2nd on the list after the "Responsive Web Design Certificate" course, but now I see "JavaScript Algorithms & Data Structures (Beta)" 2nd on the list.

🌐
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…
Find elsewhere
🌐
Reddit
reddit.com › r/learnjavascript › looking for a good course on data structures and algorithms with javascript
r/learnjavascript on Reddit: Looking for a good course on Data structures and Algorithms with JavaScript
November 5, 2020 - Link Two covers lots of algorithms, has wiki and video references in addition to the code examples. Link Three good summary of complexity and common data structures. ... For absolute beginner level- Khan Academy. Tom Cormen, the C in CLRS has created a course in Khan Academy for absolute beginners. You should check that out. ... Sure. I found it to be pedagogically sound. And it uses JavaScript.
🌐
Reddit
reddit.com › r/learnjavascript › can i learn data structures and algorithms in javascript ?
r/learnjavascript on Reddit: Can I learn Data Structures and Algorithms in JavaScript ?
October 3, 2022 -

I know these are agnostic concepta but people have been telling me to learn C++ or Java in order to understand and practice them as these languages have more quantity of questions as compared to other languages.

I know Javascript but am no expert of it that's why am confused. Sorry for my grammar.

🌐
Reddit
reddit.com › r/learnjavascript › anyone have good suggestions on how to learn algorithms and data structures in javascript as a newbie?
r/learnjavascript on Reddit: Anyone have good suggestions on how to learn Algorithms and data structures in Javascript as a newbie?
August 30, 2021 - There are lots of courses on Udemy I would recommend Master the Coding Interview: Data Structures + Algorithms by Andrei neagoie, The Coding Interview Bootcamp: Algorithms + Data Structures by Stephen grider, JavaScript Algorithms and Data Structures Masterclass by colt steele.
🌐
Reddit
reddit.com › r/learnjavascript › is it ok to use javascript to learn data structures and algorithms ?
r/learnjavascript on Reddit: Is it ok to use JavaScript to learn data structures and algorithms ?
April 10, 2022 -

I am starting to learn data structures and algorithms and I'm very comfortable using JavaScript. I've noticed most of the online resources are centered around python, Java or c++, only some udemy courses and freecodecamp has resources to learn data structures and algorithms in JavaScript. Google codejam language statistics from 2017 shows people used c# more than JavaScript, is it an unpopular choice when it comes to learning DS, algorithms and solving leetcode questions ? What will be the disadvantages I will face if I choose JavaScript instead of python, Java or c++ ? My current job requires me to work with c# and I'm somewhat familiar with it but I'd still prefer JavaScript cause it's the first "modern" language that I learnt after c.

🌐
Reddit
reddit.com › r/learnprogramming › learning javascript data structures and algorithms
r/learnprogramming on Reddit: Learning JavaScript data structures and algorithms
June 8, 2023 -

Howdy all. I’ve been learning JavaScript for some time now but I still seem to struggle with basic algorithmic thinking and problems.

I’m currently working through the freecodecamp course on data structures and algorithms and I’m doing just “ok”. Some I can get, others I just draw a blank. It’s the same with code wars. I just can’t wrap my head around it.

Those of you who have a good understanding and grip on these concepts, how did you manage to get where you are? Any courses, books or websites you can recommend? What made it “click” for you?

I’m practicing roughly 2-3 hours per night but progress is slow and I’m becoming a bit demoralised.

🌐
Reddit
reddit.com › r/learnprogramming › algorithms & data structures: what online resources do you recommend to learn them?
r/learnprogramming on Reddit: Algorithms & Data Structures: What online resources do you recommend to learn them?
February 4, 2016 - Khan Academy's Algorithms unit - content from a very popular CS algorithms textbook). Language: JavaScript. Problem Solving with Algorithms and Data Structures - an awesome interactive online textbook.