I would like to share 500 Data Structure and Algorithms problems
You can find around 500+ data structure and algorithms problems here (http://www.techiedelight.com/list-of-problems/) that are helpful to improve your algorithmic skills and also to crack coding interview of top tech companies.
From: Discussion on reddit https://www.reddit.com/r/learnprogramming/comments/86seey/i_would_like_to_share_500_data_structure_and/
9 comments
[ 4.6 ms ] story [ 33.2 ms ] threadHave you added something interesting recently?
> The result of E1 >> E2 is E1 right-shifted E2 bit positions. ... If E1 has a signed type and a negative value, the resulting value is implementation-defined.
In practice it isn't a concern, as the most common compilers (gcc, clang, MSVC++) do what we expect.
I'd prefer to have a C standard that specified everything you can count on in a modern implementation.
It's really bad for things like project structure and tackling multiple complex, related problems. Bigger picture ideas get lost because of the scope of the problems.
Really depends on what you're trying to accomplish. Think of them as a set of flashcards. I'd say it's one of the better ways to bridge the gap between beginner programming books and actually building small, useful programs.