Pinned Repositories
2048_game
Popular 2048 game implemented in Java.
about_me_site
Created an about me site using HTML, CSS and JavaScript.
AI_Triba
AI igrač za Triba igricu. Korišten je alpha-beta pruning algoritam sa dodatnim ograničenjima dubine i širine pretrage.
android-kotlin-fundamentals-apps
android-kotlin-fundamentals-apps
ATM-TCR
balanced_randomized_tree
Implemented a randomized balanced binary tree in C++.
currencies_converter
Implemented a algorithm that uses graphs and disjoint sets for a fast conversion between currency values.
polynomial_class
Implemented a polynomial class with standard operators (+, -, +) and functions for finding the zero of a polynomial.
Practical_Statistics_for_Data_Scientists
This repository has the Python equivalent code for the book Practical Statistics for Data Scientists: 50 Essential Concepts, by Peter Bruce and Andrew Bruce. This 1st edition book, by O'reilly Media, is a compact reference that explains 50 of the main concepts, that every aspiring Data Scientists should know.
product_classification
Classification of products in store
adisabolic's Repositories
adisabolic/2048_game
Popular 2048 game implemented in Java.
adisabolic/about_me_site
Created an about me site using HTML, CSS and JavaScript.
adisabolic/AI_Triba
AI igrač za Triba igricu. Korišten je alpha-beta pruning algoritam sa dodatnim ograničenjima dubine i širine pretrage.
adisabolic/android-kotlin-fundamentals-apps
android-kotlin-fundamentals-apps
adisabolic/ATM-TCR
adisabolic/balanced_randomized_tree
Implemented a randomized balanced binary tree in C++.
adisabolic/currencies_converter
Implemented a algorithm that uses graphs and disjoint sets for a fast conversion between currency values.
adisabolic/polynomial_class
Implemented a polynomial class with standard operators (+, -, +) and functions for finding the zero of a polynomial.
adisabolic/Practical_Statistics_for_Data_Scientists
This repository has the Python equivalent code for the book Practical Statistics for Data Scientists: 50 Essential Concepts, by Peter Bruce and Andrew Bruce. This 1st edition book, by O'reilly Media, is a compact reference that explains 50 of the main concepts, that every aspiring Data Scientists should know.
adisabolic/product_classification
Classification of products in store
adisabolic/python_knowledge_quiz
(Android + Kotlin)
adisabolic/skola_matematike
adisabolic/traveling_salesman
Implemented three algorithms with different performances that use a graph, list and disjoint sets structure to solve the TSP problem for various different configurations. The data used is from the website http://www.math.uwaterloo.ca/tsp/world/countries.html.
adisabolic/triba_game
Created a fun game using HTML, CSS and JavaScript.
adisabolic/Triba_voice_commands
Play Triba with voice
adisabolic/TSP_brzo
adisabolic/university_survey
Created an app for teachers where they can create a quiz for every lecture of a class and have students answer them in real time. There are many types of questions. There are anonymous and public quizzes, so that teachers can see the nicknames of the students that take the quiz or not. After the end of each question in a quiz, some graph charts are shown about how the students answered the question. Students can also ask questions about a particular class, write comments about the class and the teachers can answer them.
adisabolic/video_compression
Video compression in Matlab
adisabolic/visible_segments
Computational geometry - implemented an algorithm which detects which segments on the plane are visible from a point in O(nlogn) time in C++.