#cprogramming hasil pencarian
Day 97 of #100DaysOfCode ✨ 1. DSA: 🔹 Sliding Window Maximum (LC 239) – solved using deque in O(n) ✅ 🔹 Revised the concept of deque 2. Programming (C): 🔹 Functions & Storage Classes + Recursion concepts 🔹 Arrays & 2D Arrays and concept of Pointers #dsand #CProgramming
🚀 Just implemented Selection Sort in C! Simple yet powerful to build DSA foundations 💻 🔹 Pick the smallest element 🔹 Swap it to the front 🔹 Repeat until sorted ⏱️ Time: O(n²) | 📦 Space: O(1) 👉 Small steps, big progress! #DSA #CProgramming #100DaysOfCode
Restarting a 90-day DSA challenge💪 Learning: DSA in C + build 3 real projects + job hunt prep. Daily: 3 problem + 3 Hours projects + resume/Algo review. Follow my journey — #90DaysChallenge #DSA #CProgramming #JobSearch
Built a Student Management System using C++! 📚Now I can efficiently manage student records, grades, and more. Code power! 💪 GitHub link:github.com/awais9876-a11y… #CProgramming #StudentManagementSystem #CodingSkills"
C programming has always been the toughest programming language for me; simply to reverse an array... #cprogramming #C #DSA #CodingJourney
#day16, #30dayscodingchallenge Revised python yesterday, Today, I'll revise C. #cprogramming #codingcommunity #CONNECT #programming #codingcommunity
Beginner project: - Embedding programming in C JB youtu.be/iSwzDvv6Sqo #cprogramming #beginner
youtube.com
YouTube
e07 - Project: Embedding programming - A roadmap to learning C
Your own malloc() youtu.be/oFM6RWB1170 JB #cprogramming #lowlevel
youtube.com
YouTube
Project: Code your own Memory Allocator from scratch in C
Built a lexical analyzer in C from scratch 🔥 Basically the first step of how compilers work, breaks down source code into tokens Handles all the tricky stuff: multi-char operators, floats, comments, 35 keywords #cprogramming #softwaredevelopment #computerscience
Day 49 of #100DaysOfCode 🚀 Solved Length of Last Word (C, LeetCode) – revised string traversal, edge cases & backward iteration. 📜 Earned Oracle AI Foundation Certification 🎉 📘 Did PYQs for entrance prep. ➕ Studied Limits & Continuity in Math. #CProgramming #AI #Oracle
⏱️ Header Files in C Standard: <stdio.h>, <stdlib.h>, <string.h>, <math.h> User-defined: #include "myheader.h" Organize code better! #CProgramming #CLanguage #HeaderFiles
Here's a nutty #cprogramming challenge: Rewrite code for a nested loop by using only goto statements. Yes, it technically is a C program - but a naughty one! c-for-dummies.com/blog/?p=7217
Linear search scans left→right and returns index if found. Pros: works on unsorted arrays; stable; O(n) time. Use for small arrays or when unsorted. #DSA #CProgramming
Day 6 - Arrays ADT deep-dive ⚡ Today I implemented and tested: display, append, insert, delete, linear search, binary search (iterative + recursive). Arrays are simple, but mastering edge-cases makes them reliable building blocks. #100DaysOfCode #DSA #CProgramming
Beginner project: - Embedding programming in C JB youtu.be/iSwzDvv6Sqo #cprogramming #beginner
youtube.com
YouTube
e07 - Project: Embedding programming - A roadmap to learning C
#pythonprogramming #CProgramming #openai #java #android #coding #programming #code #coders #programmers #PHPProgramming #JavaProgramming #codingquotes #programmingquotes
🌐 Scope of Variables Local: Inside function Global: Outside all functions Static: Retains value between calls Scope affects lifetime & visibility! #CProgramming #CLanguage #Variables #Scope
All today’s code updates live on GitHub 👇 📂 github.com/saksham10arora… Reversals, recursion, and more one day, one concept. #100DaysOfCode #CProgramming #DSA
🌀 Started Circular Linked Lists The twist? Last node points back to the head instead of NULL. Feels strange at first but opens up powerful use cases like queues & buffer systems. Excited to dive deeper tomorrow. #CProgramming #DSA #100DaysOfCode
🔁 Reversing a Linked List Tried 3 methods today: 1️⃣ Using auxiliary array (store + rebuild) 2️⃣ Using sliding pointers (3-pointer swap) 3️⃣ Using recursion (reverse links as you backtrack) Pointers finally make sense now #DSA #CProgramming
My inner nerd gushes at the calendar date today: 1101. What C programming fun can be had with binary dates? #nerd #cprogramming c-for-dummies.com/blog/?p=7219
A little Winlose 95 + CIG update: larger text document can be displayed and scrolled (without wrapping nor editing) 🗒️ #cprogramming #imgui #raylib
C PROGRAMMING youtube.com/playlist?list=… #CProgramming #CLanguage #CCourse #CProgrammingCourse #CLanguageCourse #CCoding #CCodingCourse #CodingCourse #ProgrammingCourse #Coding #Programming
⚙️ Storage Classes in C auto - Default, local extern - Global, external linkage static - Local, persistent register - Stored in CPU register Control variable behavior! #CProgramming #CLanguage #StorageClasses
Highest Rated My course is now the highest rated Udemy course, of all C programming courses in the world JB #udemy #cprogramming
C programming has always been the toughest programming language for me; simply to reverse an array... #cprogramming #C #DSA #CodingJourney
#day16, #30dayscodingchallenge Revised python yesterday, Today, I'll revise C. #cprogramming #codingcommunity #CONNECT #programming #codingcommunity
Built a Student Management System using C++! 📚Now I can efficiently manage student records, grades, and more. Code power! 💪 GitHub link:github.com/awais9876-a11y… #CProgramming #StudentManagementSystem #CodingSkills"
Day 97 of #100DaysOfCode ✨ 1. DSA: 🔹 Sliding Window Maximum (LC 239) – solved using deque in O(n) ✅ 🔹 Revised the concept of deque 2. Programming (C): 🔹 Functions & Storage Classes + Recursion concepts 🔹 Arrays & 2D Arrays and concept of Pointers #dsand #CProgramming
Restarting a 90-day DSA challenge💪 Learning: DSA in C + build 3 real projects + job hunt prep. Daily: 3 problem + 3 Hours projects + resume/Algo review. Follow my journey — #90DaysChallenge #DSA #CProgramming #JobSearch
🤠Day 71/100 💻#100DaysOfCode 71 days of consistency, logic, and learning. Today’s challenge: Find the element repeated N times in an array using C ⚙️ Every problem strengthens my logic & patience 🔥 #CProgramming #CodingJourney
Day 49 of #100DaysOfCode 🚀 Solved Length of Last Word (C, LeetCode) – revised string traversal, edge cases & backward iteration. 📜 Earned Oracle AI Foundation Certification 🎉 📘 Did PYQs for entrance prep. ➕ Studied Limits & Continuity in Math. #CProgramming #AI #Oracle
🚀 Just implemented Selection Sort in C! Simple yet powerful to build DSA foundations 💻 🔹 Pick the smallest element 🔹 Swap it to the front 🔹 Repeat until sorted ⏱️ Time: O(n²) | 📦 Space: O(1) 👉 Small steps, big progress! #DSA #CProgramming #100DaysOfCode
🚀 Day 40 of #100DaysOfCode Solved Intersection of Two Arrays in C (hashing + memory mgmt) ✅ Revised C completely 💻 Did reasoning ranking DPP for entrance 🧠 Started an ML certification course 📊 and strated preparing for the exam for the certificate #DSA #CProgramming #ML
Happy Birthday to Dennis Ritchie – the mind behind the C programming language! A true legend who changed the world of computing forever. #BOL #CProgramming #UNIX #DennisRitchie #TechLegend
🚀 Day 66 of #100DaysOfCode Today’s challenge: Merging Overlapping Intervals 🧩 Input: [[1,3],[2,6],[8,10],[15,18]] Output: [[1,6],[8,10],[15,18]] 💡 Sort → Merge → Output Efficient approach: O(n log n) Every day, one step closer to mastering #DSA #CProgramming #CodingJourney
Something went wrong.
Something went wrong.
United States Trends
- 1. Good Monday 35.1K posts
- 2. #MondayMotivation 29.2K posts
- 3. Howie 2,834 posts
- 4. $IREN 9,192 posts
- 5. Victory Monday 1,270 posts
- 6. #RomanEmpireByBangChan 21.2K posts
- 7. ROMAN EMPIRE OUT NOW 18K posts
- 8. Jaelan Phillips 2,101 posts
- 9. 60 Minutes 91.6K posts
- 10. #MondayVibes 2,078 posts
- 11. Jayden 44.4K posts
- 12. Talus 23.7K posts
- 13. Coppertone N/A
- 14. $KITE 5,566 posts
- 15. Snopes 3,697 posts
- 16. #STARDOM 5,957 posts
- 17. jungkook 579K posts
- 18. Dan Quinn 7,549 posts
- 19. $CIFR 4,780 posts
- 20. RGIII 4,418 posts