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 Respostas
+ 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 đ
-