-
**BKB - Basic Knowledge Base**
What should be contained in this v1.0?
Simply Check [here](https://github.com/24OI/OITraining/blob/master/SUMMARY.md)
---
- [ ] Part1
- [ ] [二分法](https://github.com…
-
## 倍增及其应用 _ 未知作者
-
```python
import random, time
class Cell:
def __init__(self, x, y):
self.x, self.y = x, y
self.identity = None
self.right, self.bottom, self.visited, self.current, …
-
Hi there,
It is known that Kruskal's algorithm for finding MST, has a simpler implmentation than Prim's and also is more efficient for sparse graph.
If it is needed, I'm willing to implement prim'…
-
我们经常做图论题目时,如果没有图像会很不明觉厉,如果能够加入基于Tkinter的绘图功能,那么可以演示各种各样数据的展示。甚至可以加上更多功能,比如Kruskal的加边等等,将CYaRon变成可以既可以生成数据又可以演示的一个强大的OIer的工具
-
This is something that @nargesr implements in Topyfic: https://github.com/mortazavilab/Topyfic/blob/main/Topyfic/analysis.py#L438.
Correct me if I'm wrong, but it looks like it tries to binarize al…
-
@ntBre reports that `.get_tfd`, `.get_icrmsd`, and possibly methods can take ~20 minutes in some runs. These operations are almost surely serial and I haven't ever thought about performance here. This…
-
Notes from: https://www.coursera.org/learn/algorithms-part1
-
Some slideshow content appears to be broken, possibly due to missing static assets or issues with content generation. Here’s a link to all the affected slideshows: [here](https://docs.google.com/sprea…
-
Given I have seen issues with requests for "fancy" map projections, why not proposing the fanciest?
[Myriahedral map projections](https://www.win.tue.nl/~vanwijk/myriahedral/) by Prof. [Jarke van Wij…