Skip to content
View vukoviclazar's full-sized avatar

Block or report vukoviclazar

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. hackathonist hackathonist Public

    Forked from zsevic/hackathonist

    List of upcoming and recent hackathons in Serbia

    HTML

  2. pyzzle-constraint-satisfaction pyzzle-constraint-satisfaction Public

    Implementations of several algorithms for solving constraint satisfaction problems applied to solving crossword puzzles. Done as an assignment for a university course.

  3. pytnik-pathfinding pytnik-pathfinding Public

    Implementations of several path finding algorithms applied to solving the travelling salesman problem. Done as an assignment for a university course.

    Python

  4. library-webapp library-webapp Public

    Simple CRUD web application for a library with user management and different user roles. Done as an assignment for a university course.

    TypeScript

  5. xv6-scheduler xv6-scheduler Public

    Shortest job first and Completely fair scheduling algorithm implementations for the xv6 operating system. Done as an assignment for a university course. This is a fork of an older version of xv6 fo…

    C

  6. simple-multithreaded-kernel simple-multithreaded-kernel Public

    Implementation of a simple kernel with time sharing, preemption , and synchronization primitives. Done as an assignment for a university course.

    C++