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

The basic idea is to traverse all possible neighboring cells and calculating the minimum cost (represented by their d-value) and find the shortest path that can be used to traverse...

![img](https://msivonen.github.io/firesim_preview.jpg) This uses quad tree and circle to circle collision. Here's what I made in JS and also a link to the video I got the idea from. demo: https://msivonen.github.io/...

![image](https://user-images.githubusercontent.com/105285086/209356548-5cfd8759-552d-40ac-be84-0d89f5e36ad5.png) I generated a data-set of (200 x 200x 3) images in which each image contains a 40 X 40 box of different color. Create a model using tensorflow which...

Is there a way to replace the ascii with symbols I have created myself? Cant figure out what to change about the code

I'm curious about how to modify a convex hull algorithm so it will take into account different radii for the points involved, basically a convex hull algorithm for random circles...

Just a quick suggestion for a coding challenge, make a Penrose tile generation program!

Challenge

Implement the hough transform for lines and/or circles, an image analysis alghorithm to detect shapes inside an image. https://en.m.wikipedia.org/wiki/Hough_transform

As a follow-up to the `10 Print CHR$(205.5+RND(1))` maze generation technique I offer a pretty unique and elegant take on the same problem. https://betterprogramming.pub/using-disjoint-set-union-find-to-build-a-maze-generator-7462ea3b8632

hey, i havent checked your full history, but from what i remember i haven't seen it and it should be a quick one: background: i needed a timer and used...

https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ Maybe you can find some inspiration from there, and source are all available too.