0

Data structure using C

I'm trying to find a way to learn data structures using C . Does anyone know any good courses which will help me ?

21st Jun 2025, 2:07 PM
purva Kulkarni
purva Kulkarni - avatar
3 Réponses
+ 6
Code With Harry
21st Jun 2025, 4:09 PM
Manav Roy
Manav Roy - avatar
+ 1
mycodeschool is the best YouTube channel that you should go for. Also you can try CalebCurry for strong logical foundation.
23rd Jun 2025, 10:30 AM
Wisdom
Wisdom - avatar
+ 1
đŸ”„đŸ§  Python CHALLENGE: What’s the most “useless but genius” line of Python code you’ve ever written? đŸđŸ€Ż Let’s break the silence, coders 😎 Everyone writes efficient code, but what about the weird, funny, or mind-bending ones? Drop a line of Python code that: Looks dumb but is actually smart 💡 Solves a problem in the weirdest way đŸ˜”â€đŸ’« Is useless but makes you proud anyway 😁 Mine ✌: print((lambda s: s[::-1])("Python is đŸ”„")) (Reverses the string using a lambda. Totally unnecessary. Completely satisfying.) --- YOUR TURN! Comment your one-liners or code snippets below 👇 Let’s see who wins the title of the most “beautifully pointless genius” Python coder on SoloLearn! And yeah — explanations are welcome if your code looks cursed 😈 -
23rd Jun 2025, 1:12 PM
Stormzy Txzbt
Stormzy Txzbt - avatar