Pinned Repositories
352
A-Search-Algorithm-Implementation
A* is an algorithm used for path finding and graph traversal. This program illustrates the logic of this algorithm by applying it on cities and distances between them. Given cities and connections between them, program is expected to find shortest distance between given cities using distances.
algorithmic-trade-website-frontend-in-react
backend
Database-System-Implementation-in-Java
Basic database system implementation written in Java where you can insert,edit and remove both types and records of that type
gravedigger
hospital-appointment-system-in-php
Hospital Appointment System in php where you can create,remove or edit doctors and appointments
sidekiq-compress
oguzhangoller's Repositories
oguzhangoller/sidekiq-compress
oguzhangoller/gravedigger
oguzhangoller/Database-System-Implementation-in-Java
Basic database system implementation written in Java where you can insert,edit and remove both types and records of that type
oguzhangoller/hospital-appointment-system-in-php
Hospital Appointment System in php where you can create,remove or edit doctors and appointments
oguzhangoller/352
oguzhangoller/A-Search-Algorithm-Implementation
A* is an algorithm used for path finding and graph traversal. This program illustrates the logic of this algorithm by applying it on cities and distances between them. Given cities and connections between them, program is expected to find shortest distance between given cities using distances.
oguzhangoller/algorithmic-trade-website-frontend-in-react
oguzhangoller/backend
oguzhangoller/Best-README-Template
An awesome README template to jumpstart your projects!
oguzhangoller/BigInteger-Class-Implementation
A program written in C++ used to do summation and multiplication on Big Integers(Integers with more than 20 digits). Nodes and Linkedlists are used to implement this program.
oguzhangoller/dependency-analysis-android-gradle-plugin
Gradle plugin for Java, Kotlin, and Android projects. Provides advice for managing dependencies and other applied plugins
oguzhangoller/Drawing-Editor-Written-In-Java
Microsoft Paint alike Drawing Editor written in Java Programming Language
oguzhangoller/Math-Compiler-and-Interpreter-in-Java
This program can do 4 basic math operations("+","-","*","/") on expressions and variables. It has operator and paranthesis precedence.
oguzhangoller/Memory-Pair-Game
Well known memory pair game implementation written in C++ Qt Framework
oguzhangoller/movies-app
oguzhangoller/movies-ember
oguzhangoller/Operating-System-Synchronization-Implementation
Operating systems do tasks according to an order. This program written in C++ is a program that executes given tasks in input with assigning virtual semaphores to it.
oguzhangoller/Prolog-Program-to-Manipulate-Lists
Predicates written in Prolog to Manipulate Listst
oguzhangoller/react-d3-graph
Interactive and configurable graphs with react and d3 effortlessly
oguzhangoller/restful-jsonapi
JSONAPI support, both in request parameters, and serialization.
oguzhangoller/RxJava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
oguzhangoller/sample_nodejs_pubsub_to_bigquery
oguzhangoller/Scheme-Functions-to-Manipulate-Lists
Some functions(statements) written in Scheme with functional programming approach. Sample database and operations are also included in code.