Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] TreeDictionary #6

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

[WIP] TreeDictionary #6

wants to merge 12 commits into from

Conversation

Pretasoc
Copy link
Member

Provides a dictionary that can lookup a value in a tree structure induced by a topological comparison.

Todo

  • Implement Prototype
  • Document Propotype
  • Test prototype

Fix typo in summary documentation of ITree`1
Renamed
	ITree.cs -> ITree`1.cs
	ITreeNode.cs -> ITreeNode`1.cs
To fulfill file name pattern.
Add interfaces for trees with more spefific node types.
These are:
	- ITree<TValue, TNode> where TNode : ITreeNode<TValue, TNode>
	- ITreeNode<TValue, TNode> where TNode : ITreeNode<TValue,
	TNode where TNode : ITreeNode<TValue, TNode>>
Renamed TopologicalExtensionProxy
@Pretasoc Pretasoc self-assigned this Mar 16, 2018
@Pretasoc Pretasoc added the WIP label Mar 16, 2018
@codecov
Copy link

codecov bot commented Mar 17, 2018

Codecov Report

Merging #6 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #6   +/-   ##
=======================================
  Coverage   90.86%   90.86%           
=======================================
  Files           6        6           
  Lines         230      230           
=======================================
  Hits          209      209           
  Misses         21       21

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 307551e...7658777. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant