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 Answers
+ 6
Code With Harry
+ 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 š
-