Based on our record, Codingbat should be more popular than Nature of Code. It has been mentiond 68 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
The only Leet Code problems I am able to solve on my own are the most simplest and straightforward ones on Coding Bat(https://codingbat.com/java). And I haven't even got the chance to solve all of them yet, so I've really only been trying out its first few and am not sure if it gets any harder. Source: almost 2 years ago
If you’re struggling with Loops and Arrays i’d recommend doing exercises focused just on them. I went through the same thing and I went through the exercises on https://codingbat.com/java and got familiar with both of them. If you get stuck on a problem don’t be afraid to look at the solution and learn about how it works. Source: almost 2 years ago
I used this video series to get ahead of my intro to cs class. I’d recommend you find something similar to learn from. Just learn the basics, and you’ll be much more prepared for your college class. What’s really important is to do a lot of practice problems, and not just watch videos to learn the concepts. If you learn in Java or python, you can do practice problems in coding bat: https://codingbat.com/java. Source: about 2 years ago
Https://codingbat.com/java It took a second read to realize codingbat wasn’t a typo. Source: about 2 years ago
I've messed around with CodingBat in the past (though I'm not a beginner); it seemed well suited for an introductory programming course though. It was written by a Stanford lecturer. Source: about 2 years ago
For clojure, you can use quil: https://github.com/quil/quil. - Source: Hacker News / 28 days ago
I love this, I first learned Java and “Kids Programming Language” (a strange action script-y flash inspired thing) in elementary school and the lessons I learned there stuck with me until today. I would highly recommend parents consider teaching their kids using processing (p5.js), it’s super visual but still “real” code so you still build that muscle memory of thinking in loops and typing out real code:... - Source: Hacker News / 6 months ago
You might also want to pair it with The Nature of Code^1. ^1: https://natureofcode.com/. - Source: Hacker News / 8 months ago
For anyone wanting to do this in JS, check out Dan Shiffman’s Nature of Code https://natureofcode.com/ Uses p5js, so nicer than pure canvas. - Source: Hacker News / 8 months ago
One I would recommend for anyone's bookshelf at any level because it is so good: https://natureofcode.com/. - Source: Hacker News / 9 months ago
LeetCode - Practice and level up your development skills and prepare for technical interviews.
The Coding Train - Online learning resource for beginner-friendly creative coding tutorials and challenges.
CodingInterview - CodingInterview offers essential information to help you conquer programming interviews.
Processing - C++ and Java programming at the speed of thought.
AlgoExpert.io - A better way to prep for tech interviews
p5.js - JS library for creating graphic and interactive experiences