-
Hi:
Following up on [the issue about web-dev topics](https://github.com/GSG-G4/post-programme/issues/13), I'm going to list some topics that would be great to consider for learning more about CS.
…
-
## Notes
Catchall card for overall code review comments.
In order to make it easier to find where the comments are reference, i'm left them in the order that they are in the code - however, I have…
-
Hi,
I am trying to replicate the functionality of a couple features at the end of this video (https://www.youtube.com/watch?v=_5cQb8gAR_M) in your BRT project:
1. shaking trees
2. overl…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
This is a request to resolve the "linked document move" issue.
Currently, a linke…
-
This issue collects all features requests. Any one is welcomed to work on issues listed below, and do not forget to include your contributions and name in the `CHANGELOG.rst`.
If you want to work o…
xuyxu updated
2 years ago
-
This is not a new problem but I have a fairly solid repro so thought it worth a fresh issue.
This has been a problem since the viewer-interesting changes and has been filed several times already.
…
-
I had this idea for an alternative constructor (to be discussed! I'm not sure):
```suggestion
let pure x = Tree (x, Seq.empty)
let rec make_unfold (f: 't -> 'a * 't Seq.t) (t0: 't) : 'a t =…
-
# Name of Proposer
*Kadek*
# Campaign Name
*understand more about data structures in programming*
## Campaign Description
* These campaigns focus on teaching data structures such as arrays, l…
-
This is a request to implement:
- Spanning tree for directed unweigthed graphs—this should be easy.
- Minimum spanning tree for directed weighted graphs. Ref: https://en.wikipedia.org/wiki/Edmon…
-
Hello! As part of my Bachelor's and Master's thesis, @ClaraSegura, @manuelmontenegro and I have developed a library of mutable abstract data types. They are fully verified and specified in Dafny, with…