Pinned Repositories
acdirican
Config files for my GitHub profile.
algorithms-kitchen
This repository includes implementations of many algorithms in different styles, including BruteForce, Greedy, Divide and Conquer
analysis-of-sorting-algorithms
This project enables you to conduct run-time tests on popular sorting algorithms.
data-structures-kitchen
Implementations of several data structures used in computing, such as Binary Search Tree, AVL Tree, etc.
desing-patterns-kitchen
A project including sample implementations of software design patterns
fifty-shades-of-multithreading
How many different ways can you find to calculate the sum of an array by multi-threading? Thread, Runnable, Callable, Future, ExecutorService
inventory-master-spring-web-rest
A Spring Boot based web and REST project for inventory management
invetory-master-JDBC
A JDBC-based simple inventory management software using MySQL and Maven.
pissed-and-crazy-chickens
That does it! Chickens can no longer suffer foxes. It's time for them to revenge. Let's help them :-).
producers-and-consumers-in-the-cafeteria
Am implementation of producer-consumer problem in a cafeteria scenario using monitors (synchronized).
acdirican's Repositories
acdirican/pissed-and-crazy-chickens
That does it! Chickens can no longer suffer foxes. It's time for them to revenge. Let's help them :-).
acdirican/fifty-shades-of-multithreading
How many different ways can you find to calculate the sum of an array by multi-threading? Thread, Runnable, Callable, Future, ExecutorService
acdirican/acdirican
Config files for my GitHub profile.
acdirican/algorithms-kitchen
This repository includes implementations of many algorithms in different styles, including BruteForce, Greedy, Divide and Conquer
acdirican/analysis-of-sorting-algorithms
This project enables you to conduct run-time tests on popular sorting algorithms.
acdirican/data-structures-kitchen
Implementations of several data structures used in computing, such as Binary Search Tree, AVL Tree, etc.
acdirican/desing-patterns-kitchen
A project including sample implementations of software design patterns
acdirican/inventory-master-spring-web-rest
A Spring Boot based web and REST project for inventory management
acdirican/invetory-master-JDBC
A JDBC-based simple inventory management software using MySQL and Maven.
acdirican/invetory-master-jpa-hibernate
A JPA and Hibernate based simple inventory management application using MySQL and Maven.
acdirican/producers-and-consumers-in-the-cafeteria
Am implementation of producer-consumer problem in a cafeteria scenario using monitors (synchronized).
acdirican/recursive-algortihms
Java implementations of popular recursive algorithms and recursive versions of some iterative algorithms
acdirican/robin-data-explorer-for-airbnb-datasets
A data explorer for Airbnb dataset. Its GUI is Swing based. Various OOP design principles and patterns were applied.
acdirican/runtime-tester
This projects provides simple means to test the running time of an algorithm.
acdirican/triky-and-new-topics-in-java
The projects includes simple codes and explanations for tricky, new or frequently needed topics in Java.