linksplatform / linksplatform/Collections.Methods
Add comments on public classes and methods
@Misha-272 is already working on this.
Since Jan 8, 2021.
- Dominant language
- C#
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
##### Platform.Collections.Methods/Trees
- [ ] [RecursionlessSizeBalancedTreeMethods](https://github.com/linksplatform/Collections.Methods/blob/master/csharp/Platform.Collections.Methods/Trees/RecursionlessSizeBalancedTreeMethods.cs)
- [ ] [SizeBalancedTreeMethods](https://github.com/linksplatform/Collections.Methods/blob/master/csharp/Platform.Collections.Methods/Trees/SizeBalancedTreeMethods.cs)
- [ ] [SizedAndThreadedAVLBalancedTreeMethods](https://github.com/linksplatform/Collections.Methods/blob/master/csharp/Platform.Collections.Methods/Trees/SizedAndThreadedAVLBalancedTreeMethods.cs)
- [ ] [SizedBinaryTreeMethodsBase](https://github.com/linksplatform/Collections.Methods/blob/master/csharp/Platform.Collections.Methods/Trees/SizedBinaryTreeMethodsBase.cs)
##### Platform.Collections.Methods
- [ ] [GenericCollectionMethodsBase](https://github.com/linksplatform/Collections.Methods/blob/master/csharp/Platform.Collections.Methods/GenericCollectionMethodsBase.cs)
##### Platform.Collections.Methods/Lists
- [ ] [CircularDoublyLinkedListMethods](https://github.com/linksplatform/Collections.Methods/blob/master/csharp/Platform.Collections.Methods/Lists/CircularDoublyLinkedListMethods.cs)
- [ ] [DoublyLinkedListMethodsBase](https://github.com/linksplatform/Collections.Methods/blob/master/csharp/Platform.Collections.Methods/Lists/DoublyLinkedListMethodsBase.cs)
- [ ] [OpenDoublyLinkedListMethods](https://github.com/linksplatform/Collections.Methods/blob/master/csharp/Platform.Collections.Methods/Lists/OpenDoublyLinkedListMethods.cs)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.