Skip to content
View ozankrkya's full-sized avatar

Highlights

  • Pro

Block or report ozankrkya

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

Popular repositories Loading

  1. cmpE230_projects cmpE230_projects Public

    C

  2. DiscreteEventSimulation_withqueue DiscreteEventSimulation_withqueue Public

    This repository consists of school projects about data structures and algorithms (mostly graph algorithms).

  3. Dijkstra_Prim_Algorithms_Simulation Dijkstra_Prim_Algorithms_Simulation Public

    This code finds the shortest path to given node and finds the minimum spanning tree after reaching the target node for the rest of the graph.

  4. MaxFlowProblem_DinitzAlgo_Java MaxFlowProblem_DinitzAlgo_Java Public

    Solves a max problem in a simulation, in Java.

  5. PortManagementSimulation PortManagementSimulation Public

    Simple port management simulation with java code, you can find the necessary files under src folder.

  6. MarketPlaceSimulation MarketPlaceSimulation Public

    Implemented a simple marketplace simulation in java code, mostly using the priority queues.