Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

algorithm

  1. F

    JavaScript Coding starter here: What are your ideas/knowledge/advises to improve my basic Dijkstra Algorithm game !?

    You can already play in browser and its pretty basic but i lack inspiration and knowledge to improve it. To make it more interactive, more fun and interesting. What are your ideas/thoughts? Next step for me is to implement an I/O of the priorty queue and their weights for the User so he inputs...
  2. Alexander01

    C# Path finding in 2d dimension

    I have developed a top down multiplayer browser shooter. Players play against each other. The best players are displayed on the leaderboard. I want to implement bots so that players can play the game even if there no other real players in the room. I am interested retested in navigation aspects...
  3. F

    Python Help needed with back tracking type algorithm

    I am trying to develop a swiss tournament pairing algorithm and I am essentially using a backtracking algorithm that gives a value for each terminal position based on how well it has matched the players. It seems to mostly be working but it will for some reason allow an empty pairing list with a...
  4. Hilton D

    Python The longest palindrome sequence

    A palinadrome is a nonempty string that reads the same forward and backward across some alphabet. Palindromes include all strings of length one, civic, racecar, and aibohphobia (fear of palindromes). Provide an efficient approach for determining the longest palindrome that is a subsequence of...
  5. D

    C++ Implementation of Edmons-Karp algorithm c++

    I am trying to generate a random vertices and edges for my Edmon-karp algorithm, but I am unable to do it and I think that is useful formany of us, as there is no info on the internet how to generate automatically edges ant vertices. I am trying this method instead of inputting numbers by hand...
  6. Alpheron

    Java A* Implementation in Java

    Hello Everyone, I was recently working on a project where I would be given an image of a field in which a robot would traverse and find the optimal path given a start point and endpoint. I was thinking of using converting the image to 1's and 0's depending on an obstacle's positioning on the...
Back
Top Bottom