Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

algorithm

  1. JosiahMaybe

    Best 2d grouping algorithms to try for a 3+d thing?

    In summary, looking for most efficient parallel GPU 2d group to same or similar space for this application with cutting. Basically just 2d group to nearly entirely same spaces. I start with points of all same number of dimensions, shapes made of indices of points to make a shape, and view point...
  2. J

    JavaScript Can someone pls help me with a little algorithm script

    hey there community, just signed up because i’m trying all day to create a script in HTML/JS with ChatGPT. It works quite a bit already but can’t tune it the way I need it. here is what I’m trying to create, a text generator which follows these rules: -the string (Z) persists of a 3 random...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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