Giter Site home page Giter Site logo

catch_the_pokemon's Introduction

About me

My name is Dan Davidov, I'm a passionate programmer who likes to explore new technologies, I've been doing web developement since I was 10. Graduated from Ariel university , with bachelores of Computer Science. Currently looking for my next challenge!

  • ๐Ÿ‘€ Iโ€™m interested mostly in backend deveploment, although I do occasionaly do some frontend.
  • ๐ŸŒฑ Iโ€™m currently learning React.js
  • ๐Ÿ“ซ How to reach me LinkedIn

catch_the_pokemon's People

Contributors

sylbris avatar

Watchers

 avatar

catch_the_pokemon's Issues

Create a runnable game jar

Still in need to make the game a runnable jar:

Please check the following post:

After creating a game jar make sure it accepts 2 arguments, ID and stage of the game.

DWGraph_Algo.isConnected doesn't work properly.

Checklist

Copied the repository and run Ex2 client without issues.

Steps to reproduce the bug
Simply create a connected graph

Actual behavior
returns false.

Expected behavior
Should return true.

Description
The method runs bfs ones then reverses the graph then runs it again,
It seems the reverse_graph() method is not reversing the graph properly.

Issue with DWGraph_DS.equals method

Checklist

Copied the repository and run Ex2 client without issues.

Steps to reproduce the bug
Simply create 2 identical graphs one after the other and use the equals method.

Actual behavior
returns false.

Expected behavior
Should return true.

Description
This method currently checks if two graphs are equal, I have found a problem with it:

The method goes over the graph and checks if their nodes are equal, now this can cause problems since
each new node created gets a new key . so 2 graphs can in fact be equal even though their key numbers are different.
We need to check if their isomorphic and not equal.

Now in itself this also is problematic since there is no known way to check if 2 graphs are isomorphic.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.