Skip to content
View OfirBachar's full-sized avatar

Block or report OfirBachar

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. BoardGameSystem BoardGameSystem Public

    (Checkers, Amazons, Checkmate) using files, exception handling, and STL while focusing on Object Oriented Programming principles.

    C++

  2. KnightMovesProject KnightMovesProject Public

    A program that finds all possible moves on a chess board, finds a path that covers all board, using a unique data structure- 2nd array of pointers to arrays of possible positions for Knight moves.

    C

  3. FacebookApplicationUsesDesignPatterns FacebookApplicationUsesDesignPatterns Public

    A window application in .NET and C# that uses the Facebook Graph API that gives the user a basic Facebook experience and uses 6 design patterns, using Two Ways Data Binding and Multi-Threading.

    C#

  4. MinimumSpanningTree MinimumSpanningTree Public

    A program that solves the problem of finding a minimum spanning tree in undirected graphs according to the Kruskal and Prim algorithm and executing all the data structures in the program.

    C++

  5. WindowsDesktopCheckersApplication WindowsDesktopCheckersApplication Public

    Windows Desktop Checker Application in C#

    C#

  6. HierarchicalMenuManagementProgram HierarchicalMenuManagementProgram Public

    Hierarchical Menu Management Program For Console Applications

    C#