Skip to content
View cankobanz's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report cankobanz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. discrete-event-simulator-ExcelFed discrete-event-simulator-ExcelFed Public

    This is a school project from Data Structures and Algorithms course where Priority Queues are used effectively. It is an application of discrete event simulation where and is an quite complex probl…

    Java

  2. dormitory-allocation-simulation dormitory-allocation-simulation Public

    This is a school project from Data Structures and Algorithms course where simulating the distribution of students to houses by sticking some restrictions. Not any complex data structures or algorit…

    Java

  3. maximum-flow-modelling-on-network-flow-graph maximum-flow-modelling-on-network-flow-graph Public

    This is a school project from Data Structures and Algorithms course where network flow graph, Dinic's Algorithm are used effectively. It is an application of finding maximum flow on network flow gr…

    Java

  4. minimum-spanning-tree-and-shortest-path-finder-on-graph minimum-spanning-tree-and-shortest-path-finder-on-graph Public

    This is a school project from Data Structures and Algorithms course where graphs, Prim's Algorithm and Dijkstra's Algorithm are used effectively. It is an application of finding shortest path and m…

    Java

  5. multithreaded-scientific-search-engine multithreaded-scientific-search-engine Public

    This is a school project from Operating Systems course where threads, mutexes, semaphores, task pools and critical sections are used effectively to ensure synchronization among threads.

    C++

  6. remote-procedure-call-on-server-client-communication remote-procedure-call-on-server-client-communication Public

    This is a school project from Operating Systems course where local procedure, remote procedure control (RPC), piping, forking, child and parent processes are used effectively.

    C