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 ?
3 Respuestas
+ 6
Code With Harry
+ 1
mycodeschool is the best YouTube channel that you should go for. Also you can try CalebCurry for strong logical foundation.
+ 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 😈
-