All
Articles 163,113Blog Posts 157,097Tech Tutorials 43,123Research Papers 31,758News 21,128
⚡ AI Lessons
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
1w ago
Transfer exam
Im changing my major to software engineer and some people say it comes with beginner algorithm. sorting algoritm some one said to me so i learned buuble ,insert
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
⚡ AI Lesson
2w ago
stuck on a leetcode problem
Is it common to be stuck on a leetcode problem for an hour or two and still hitting time limit exceeded error submitted by /u/dragon_pile [link] [comments
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
⚡ AI Lesson
2w ago
scared to approach DSA.
hi all, im about to start learning DSA at my university next semester. itll include these topics: Arrays, linked lists, trees and graphs; stacks and queues; sym
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
⚡ AI Lesson
1mo ago
Understanding the Call Stack (with a simple Go example)
Hi everyone! I'm currently reading Grokking Algorithms , and my goal is to build a digital knowledge base while sharing what I learn with others. Understanding
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
⚡ AI Lesson
1mo ago
Learning game development and simulation - should I go with Rust or C/C++?
My background: I'm a professional software developer. I've mostly worked on cloud services, full-stack, and web development. I have done both functional program
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
⚡ AI Lesson
1mo ago
Rising junior CS/CompE student — 2 months to rebuild my DSA foundation before internship season. What's your actual game plan?
Hey everyone, I'm heading into my third year of computer engineering, and I'll be honest DSA has been the hardest part of my degree so far. I can follow along i
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
⚡ AI Lesson
1mo ago
where to learn bcktracking from?
I want to learn backtracking in Python, but I'm finding it really hard to understand the thought process behind it. I tried watching Aditya Verma's backtracking
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
⚡ AI Lesson
1mo ago
Need or book or not(dsa)
I am currently doint engineering in cs..my senior told me its hard to learn dsa ...i dont know much about it...do i need to get a book. What i mean to ask is "i
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
⚡ AI Lesson
2mo ago
Algo Ameba :- An Open Source DSA visualization platform to help you learn and visualise in better way with smooth animations ,play,pause and speed controller to adjust at you own pace
Web:- https://algo-ameba.vercel.app/ I made this to understand algorithm to watch them play but also adjust at your own animations . I have used D3.js and GSAP
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
⚡ AI Lesson
2mo ago
Prep for the interview
Hi! I'm currently preparing for the interview to one of the big IT corporations. I was asked to prepare from data structures and algorithms. I'm a full time dev
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
⚡ AI Lesson
2mo ago
How do you guys know what is the best method at the time?
Every time I need an algorithm while or for loops are first that came into my mind. However, I always hesitate when I use them. How can I be sure the fastest me
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
⚡ AI Lesson
2mo ago
"Can identify the pattern, but not the standard solution — normal for beginners?"
Is it normal when learning DSA for the first time to know which data structure or general approach to use, but still end up creating a completely different algo
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
⚡ AI Lesson
2mo ago
How do I approach learning data structures and algorithms?
(Part 1) First things first, as said in the title, how do I effectively learn data structures and algorithms? I've been thought in college about many useful alg
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
⚡ AI Lesson
2mo ago
Wanna start learning Data Structures and Algorithms from scratch
I want to learn data structures and algorithms and i know a little bit about arrays only but now I am thinking of starting everything from scratch that too usin
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
⚡ AI Lesson
2mo ago
So a Binary Search Tree is actually useful?
I've solved some problems before on Leetcode and studied some algorithms and data structures, but recently I decided to study them more seriously. I took an alg
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
2mo ago
What finally made BFS vs DFS click for you?
I used to confuse these two constantly in interviews until I realized the core difference: BFS = Queue (FIFO) → nearest nodes first DFS = Stack (LIFO) → deepest
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
⚡ AI Lesson
2mo ago
Just watched the best explanation of shortest path algorithms I've ever seen
I’ve gone down many rabbit holes trying to wrap my head around graph theory, but this Veritasium video is the first time everything truly clicked for me. It isn
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
⚡ AI Lesson
2mo ago
Practicing algorithms with scratch (https://scratch.mit.edu/)
Is scratch the best way to practice algorithms? I was a CS student before and I really suck at algos. or do I need to learn discrete math to figure it out? Any
Reddit r/learnprogramming
⚡ Algorithms & Data Structures
⚡ AI Lesson
2mo ago
Rebuilding programming fundamentals and preparing for junior interviews
Hi everyone, I’m a Computer Science graduate rebuilding my programming fundamentals and preparing for junior software interviews. My current focus is problem so
DeepCamp AI