Suggestion-Box icon indicating copy to clipboard operation
Suggestion-Box copied to clipboard

A repo to track ideas for topics

Results 109 Suggestion-Box issues
Sort by recently updated
recently updated
newest added

Given information - number of workers, A list which contains a list of tasks with how much time required to complete that task and a dependency list, which describes dependencies...

A demonstration of the flood fill mapping and path finding algorithm used on micro mouse robots.

I feel like we've all had some fascination with magnets before. They're very cool. It would be awesome if you did a coding challenge about coding magnets, their physics, and...

I started a project about a year ago to create 3D planet physics with signed distance fields. You can see them here: https://github.com/TigerFusion/SDF-Planets . I thought it would be cool...

Hey, Kai (Tabuchi) here! Ant colony optimization would be a good idea for a coding challenge. I think that it could be applied in Solving Travelling Salesman or another implementation....

Hey there, I would love to see you making your own version of the RAINBOW PENDULUM in p5.js! It's amazing and I'm sure you're gonna love it :) Here's what...

This algorithm was invented with fixing images with missing pixels. It however doesn't work that well for that, but what it works well for is art. [Wikipedia](https://en.wikipedia.org/wiki/Kuwahara_filter) Kuwahara Filtering works...

Build a Chladni Plate that plots the amplitude of a wave propagating over the plate. Then use OOP to distribute sand and have it move to the low points on...

Investigating the possibility for the solution by minimax or any other algoritm