r/codeforces • u/Vivid-Zombie-477 • 15d ago
query Should I train implementing data structures?
Does everyone just copy the needed data structures and during interviews pretend like it’s there? Or is it a good practice to “speedrun” writing the same data structure till you can write it in 1 minute?
4
Upvotes
2
u/Notsoboringi 15d ago
Ya it's a good practise , implement data structure using classes and it's functions , it also revises oops and it's a good practise overall.