-
### Data Structures
- [ ] Red black binary trees (see https://github.com/factor/factor/issues/1753)
- can use with multisets (choice of avl tree or red-black tree)
- [ ] [Zip trees](https://arxiv…
-
Right now, it is difficult to interpret balances - it requires quite a few auxiliary data structures in order to figure out which taxa are in the right and left balances.
Relevant to #23
cc @ta…
-
We currently have a `parent` and a `taxon` for each crop. It would be great to also have a
```
has_many: companions, class_name: 'Crop'
has_many: linked, class_name: 'Crop'
```
for each crop. Linke…
-
Egil Hansen has an [extensive playlist](https://www.youtube.com/playlist?list=PL2LoDmbC1g20uJjUwPGQxpQjdnmpMqV0t) of videos on YouTube explaining how to use bUnit to add unit tests to a fork of the Bl…
-
-
I have assembled a list of CB features (still not complete, but more complete than anything we have right now). Can we integrate that into the docs? At a central, easily found location. With each feat…
-
Data structures and algorithms (DSA) are a fundamental part of computer science. They provide a way to store, organize, and manipulate data in a way that is both efficient and effective. There are ma…
-
Hey, an idea... when dealing with ordered maps, it seems like it would be a common use case to be able to retrieve the index of an item by `key`, so that you can create subsets of the ordered map usin…
-
`2014-08-17 03:46`
This tutorial features a full implementation of behavior for an enemy using behavior trees. The previous part went over the basics of behavior trees as well as their implementati…
-
Like trees making it hard to see brushes north of them.
![2020-12-07-165242_1920x1080_scrot](https://user-images.githubusercontent.com/1585431/101368579-fb363c80-38af-11eb-99dc-081fe3a951ac.png)
1…