CoderArmy

1.4K posts

CoderArmy banner
CoderArmy

CoderArmy

@CoderArmy

Be a part of our Army

Delhi, India เข้าร่วม Ağustos 2025
2 กำลังติดตาม1.5K ผู้ติดตาม
CoderArmy
CoderArmy@CoderArmy·
Dream life 🙃
English
0
0
4
29
CoderArmy รีทวีตแล้ว
Monu Dubey
Monu Dubey@_monu____·
#lec 45: Problems on stack. Strike DSA by @rohit_negi9 bhaiya. Qs 🔹Make The Array beautiful 🔹String manipulation 🔹Minimum Add to Make Parentheses Valid 🔹Valid Parentheses 🔹Backspace String Compare 🔹Print Bracket Number
Monu Dubey tweet mediaMonu Dubey tweet media
Monu Dubey@_monu____

#lec 44: Intro to Stack. Strike DSA by @rohit_negi9 bhaiya. Theory: 🔹Intuition of stack 🔹Operations 🔹Implementation using Array 🔹Implementation using Linked List 🔹Using STL Questions: 🔹Rev the array 🔹Insert at bottom of stack

English
0
2
7
121
CoderArmy รีทวีตแล้ว
SOURABH GUPTA
SOURABH GUPTA@SOURABHGUP91601·
🚀 Day 20 and 21 of Java @CoderArmy Today I understand the core concept ✅ System.out.println internals & System class ✅ Input/Output streams& hierarchy ✅ BufferedReader, Scanner ✅ Scanner vs BufferedReader ✅ Mutable & Immutable classes #Java #CodingJourney #100DaysOfCode
SOURABH GUPTA tweet mediaSOURABH GUPTA tweet mediaSOURABH GUPTA tweet mediaSOURABH GUPTA tweet media
English
0
2
12
85
CoderArmy รีทวีตแล้ว
Kunal Gupta
Kunal Gupta@thekunalgupta17·
Just finished Lecture 24 of @CoderArmy's Java course 🚀 Key takeaway: ✅ Deep dive into Java Interfaces ✅ Functional & Marker Interfaces ✅ Interface inheritance ✅ Internal working youtu.be/YLLFHuStkW8?si… #Java #CoderArmy
YouTube video
YouTube
English
0
2
6
60
CoderArmy รีทวีตแล้ว
Harsh Arya
Harsh Arya@HarshArya00101·
Jai Shri Ram!🙏 Lecture 44: Stack+3 Problems 📦Stack Implementations: • Array (fixed size, fast) • Linked List (dynamic) • STL(built-in) 🔥Problems: ✅Stack Using Array ✅Insert at Bottom (recursion) ✅Reverse Array (two-pointer) LIFO fundamentals unlocked!💪 #StrikeBatch #DSA
Harsh Arya tweet mediaHarsh Arya tweet mediaHarsh Arya tweet mediaHarsh Arya tweet media
English
0
2
10
85
CoderArmy รีทวีตแล้ว
Pushpak Badgujar
Pushpak Badgujar@Pushpak_DEV·
Strike Day 65 | DSA Lecture 45 done Java lecture 22 done GenAi Lecture 27 done Genai : Build the deep learning -> learn and build every thing from scrach DSA: Make the Array Beautiful String Manipulation Minimum Add to Make Parentheses Valid Valid Parentheses Backspace String Compare print Bracket Number JAVA: toString(),equals(),hashCode(),getClass(),clone(),Finalize() Threads intro
Pushpak Badgujar tweet mediaPushpak Badgujar tweet mediaPushpak Badgujar tweet mediaPushpak Badgujar tweet media
Pushpak Badgujar@Pushpak_DEV

Strike Day 64 | DSA Lecture 43 & 44 done Java lecture 20 & 21 done done few linklist questions Intersection in Y Shaped Lists Clone List with Next and Random Subtraction in Linked List Stack started...

English
0
2
16
141
CoderArmy รีทวีตแล้ว
Harshil Vasani
Harshil Vasani@HVasani3301·
Today's logs:- >office from 9am to 7:30pm >attended live DSA lecture by @rohit_negi9 , today was about problems on stack , forgot to take screenshot :( >solved make the array beautiful on gfg >solved string manipulation on gfg >reached 151 problems on @geeksforgeeks
Harshil Vasani tweet mediaHarshil Vasani tweet mediaHarshil Vasani tweet media
English
2
2
16
532
CoderArmy รีทวีตแล้ว
Vivek Yadav
Vivek Yadav@VivekYadav161·
Day 07 of CSS 🚀 Learned @keyframes animation — things are getting interesting now. Built a “Strike is Coming Soon” animation today. Not perfect yet, but I can control movement and timing. Consistency > perfection. #CSS #WebDevelopment #100DaysOfCode #Frontend #coderArmy🪖
Vivek Yadav tweet mediaVivek Yadav tweet mediaVivek Yadav tweet media
English
0
2
6
83
CoderArmy รีทวีตแล้ว
Akshat
Akshat@Akshat_Tiwari12·
Took a day off from college—and made it count. CSS Day 6 ✅️ Focused on building responsive websites . DSA Progress 📈 • Learned Aggressive Cows prob • Solved a related prob: Magnetic Force Between Two Balls #100DaysOfCode #WebDevelopment #CSS #DSA #CodingJourney
Akshat tweet mediaAkshat tweet media
English
2
2
13
206
CoderArmy รีทวีตแล้ว
Azad Kumar
Azad Kumar@AzadKumar161440·
Day - 14 🚀 Graph Series Shortest Path in Undirected Graph Learning how to find the shortest path using BFS in an undirected graph 🔥 With Rohit Negi (Coder Army) & Aditya Tandon 100 Days Challenge Accepted 💪 #DSA #Graph #CodingChallenge #100DaysOfCode #Learning #BFS
Azad Kumar tweet mediaAzad Kumar tweet mediaAzad Kumar tweet mediaAzad Kumar tweet media
English
1
2
18
203
CoderArmy รีทวีตแล้ว
Prithvi raj Chauhan
Prithvi raj Chauhan@chauhan_ra21089·
Training a model from scratch in C++ 🚀 No libraries. Just understanding how it actually works: data → loss → gradients → weight updates After 500 epochs: w1 ≈ 4.89, w2 ≈ 2.94, b ≈ 4.94 (Expected: 5, 3, 4) This is where ML truly clicks 💡 #MachineLearning #CPP @CoderArmy
Prithvi raj Chauhan tweet media
English
0
1
3
51
CoderArmy รีทวีตแล้ว
Ketan Sinha
Ketan Sinha@sinha_ketan·
Day 24 Done ✅ of JAVA Deep dive into JAVA Interfaces -What problem they solved, -Difference between Abstract classes and Interfaces, -Multiple Inheritance using Interfaces, -Default & Static methods in Interfaces, -Functional and Marker Interfaces.
Ketan Sinha tweet mediaKetan Sinha tweet media
English
1
3
12
178
CoderArmy รีทวีตแล้ว
CoderArmy
CoderArmy@CoderArmy·
Current situation of Developers.
CoderArmy tweet media
English
1
1
8
131