Hello everyone!
I actually made another post before that in the last couple of days, but it seems to have been deleted. I don't have a clue why this happened. But, I will just summarize what I've been doing.
I'm still studying the data structures course on YouTube, but I slowed down. I think the topics got a bit specific so I'm watching them slower.
I'm still continuing the operating systems course. It's longer than I first thought, it will probably take some more time until I finish it. But, I think it gives a really good insight into OSs. I have no prior knowledge of OSs but I think I understand the course very well.
I studied GitHub, not from the YouTube list I linked before but from various websites on the internet. I didn't study it very thoroughly but now I can at least do the basic stuff. I didn't even know how to push my codes into GitHub. I have to study it a lot more, though.
Lastly, I started implementing some basic search algorithms and making some little projects using data structures. I did DFS and BFS, I messed it up at one point but they're OK right now. they're actually the same code but I used queues in one and stacks in the other. One of the others is a program to check if the brackets are in order in a string. There's a one for enrolling students in universities according to their preference and their exam score. In the last one, I first sorted the students but I will try to make another one without first sorting them, it will be harder I suppose.
I mostly do a combination of the one above every day. I plan to do so until I finish one of them.
That's all I wanted to say for now! See you.
Ece
No comments:
Post a Comment