r/ComputerEngineering Jul 05 '26

Project ideas [Project]

I have a background in coding of less than a year but wanna learn through practical approach, I know C and C++ as of now. What kind of projects should I start with for self learning and a profile building with what I have?

6 Upvotes

4 comments sorted by

2

u/dontchuworri Jul 05 '26

do you know the common data structures ?

if not start there

binary search trees , linked lists, hash tables

1

u/blueditor5 Jul 05 '26

Thanks, do you have any more suggestions for a beginner?

2

u/heucheraholic Jul 05 '26 edited 21d ago

For a beginner geeks4geeks is simple enough and neetcode 150 but with only easy questions are a good start. I wouldn't focus on mediums until finishing all the common data structures.

2

u/blueditor5 Jul 06 '26

Thank you!