-
This Week:
- [x] Hook Login system and UserMixing System with Mongo DB(Instead of sqlAlchemy) [Link to Code](https://github.com/BradleyBartelt/P2__Waves/blob/main/views/profile/app.py#L38)
- [x] Up…
-
@apb7 made a tic-tac-toe game using tkinter and it was really cool. I would love to see that idea expanded to more algorithms. The only additional requirement is `python3-tk`, and the new scripts can …
-
Currently, the `trip` plugin performs a brute force search for up to 10 coordinates, then switches to a farthest insertion heuristic.
There are some exact solutions to the TSP (e.g. https://en.wiki…
-
### Is your feature request related to a problem?
Support for downsampling algorithms such as [Largest Triangle Three Buckets](https://github.com/jeromefroe/lttb-rs).
Current problem: Having tens …
W4G1 updated
4 months ago
-
Hi,
I tried to pack 2 by 3 rectangles to bin sized 4 by 6. If I enable rotation, I get 3 packed rectangles instead 4:
![image](https://user-images.githubusercontent.com/2283563/45688969-6d00ff00…
-
## TODO
_Exercises left to complete in w3resource python-exercises_
- [x] Python Basic [ 40 Exercises with Solution ]
- [x] Python Data Types - String [ 21 Exercises with Solution ]
- [x] Python D…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any a…
-
Sorry, i find that MCTSAgent fails to run on the gridworld test environments including DummyEnv/gridenv.json (This seems like a toy gridworld implemented by yourself) and Gridworld/empty.json (this is…
-
## Proposal
Add algorithms for the above searching techniques
## Describe the solution you'd like
A clear and concise description of what you want to happen.
Have you read the Contributing …
ag278 updated
3 years ago
-
Efficient approximate kNN-graph construction, and efficient approximate kNN search using such a graph would be of significant potential benefit for scikit-learn. Such methods are independent of data d…