Skip to content

🌞 😎 Collection of my done tasks in summer 2019.

Notifications You must be signed in to change notification settings

zsoltsch/hello_summer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌞 Hello Summer! 🌞

I decided to brush up all of the programming tasks we have learned in the 1st and 2nd semesters. I am doing this because I feel like I did not get my part enough out of it.

So in this repository you can see all of the occurring tasks during my first 2 semesters.

1st semester

The first semester was based on the book Bjarne Stroustrup: Programming: Principles and Practice using C++ (2nd edition)

The main thing is to just finish all the drills and understand what those exactly do. Compile as much tasks in it as possible, and discuss it with the other students.

We also got some extra tasks every week:

1st week

  • Swapping variable value by exor
  • Swapping variable value by difference
  • Swapping variable value by multiplication
  • Bitshift operator

2nd week

  • Bouncing ball in C
  • Bouncing ball without if statement in C++

3rd week

  • PageRank in C

4th week

  • PageRank by vector
  • PageRank by iterator

5th week

  • Exor decrypting - e.c
  • Exor decrypting - t.c modify

6th week

  • LZW Binary tree in C++

7th week

  • LZW Binary tree - exception handling

8th week

  • LZW Binary tree - move constructor
  • LZW Binary tree - copy constructor

9th week

  • LZW Binary tree - operator

You can browse all of them in the Bjarne_Stroustrup/extra_tasks folder.

About

🌞 😎 Collection of my done tasks in summer 2019.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published