About me
I am Edin Smajić, full stack web developer. I was born in Zenica, Bosnia and Herzegovina and I grew up on the streets of Kakanj where I'm currently living. I went to Primary school "Hamdija Kreševljaković" and Gymnasium "Muhsin Rizvić" in my hometown. My hobbies include: playing video games, playing and watching football and many more. In a period from 2007 to 2016 I've been a member of a Football club "Rudar Kakanj", I had an injury in 2017 and stopped playing football regulary since. I've always had an interest in computers and smartphones, always loved playing video games and trying out different things on my phone and my PC, which led me to breaking a few of them 😄. Nevertheless when I finished High school, in 2019, the decision time came: Which University to go study on? More about everything in the Education, Skills & Achievements section bellow.
- Email adress: smajic.edin.7@gmail.com
- Phone number: +38761075705
High-school graduation work
Sets in Pascal
The topic of my high school graduation paper was to describe the basic operations between sets in the Pascal programming language. In my graduation paper, I write about how to declare a set, how to print the elements of a set and which operations between sets are supported in Pascal. For all of the above, I give at least one example as an illustration. Also I implement my own algorithm for the cross section of sets. On the left calousel you can see a pair of those examples in action. I've had an honour to have my Graduation work menthored by a Marquies Who's Who in the World Lifetime Achievement Award Winner Sead Delić.
- Graduation work menthor: Sead Delić
- Schools name: Gymnasium "Muhsin Rizvić"
- School adress: Ulica šehida 32, Kakanj
- School web page: gimnazijakakanj.ba
Education, Skills & Achievements
Education
As mentioned in the About me section I went to Primary school "Hamdija Kreševljaković", from 2006 to 2014. I started going there when I was just over 5 years old, I had the privilege to be the youngest person not just in my class, but in the whole school. In those 9 years of primary school, I've competed at almost every competition held by my school and a couple of competitons held by all Primary schools in Kakanj. I managed to finish Primary School with stunning 5.0 average of marks from 6th to 9th grade. Soon I started going to a local Gymnasium "Muhsin Rizvić", where I've successfully made a mark as one of the best students in my generation, being given a special diploma for my achievements. It is in the High school where I've made a decision which University to go study on. Currently I'm a third year student at the University in Sarajevo, faculty "Prirodno-matematički fakultet", course "Computer Science".My projects
Program for solving differential equations
The topic of this project is to create a program for solving Differential Equations using the Runge Kutta method. It contains two different Runge Kutta methods, both with their own start formulas that start...
The project was made for Numerical Mathematics/Methods.
Class Sparse Matrix implemented in C++
The topic of this project is to create a C++ class representing Sparse Matrix, which stores only non-zero values in memory with their location in the matrix itself. This class supports following operations...
The project was made for Data Structures and Algorithms.
Class Treap implemented in C++
The topic of this project is to create a C++ class representing a Treap - Balanced Binary tree, meaning the average height of the tree needs to be logarithm(n), where n is the number of knots and...
The project was made for Data Structures and Algorithms.