Giter Club home page Giter Club logo

csharp-stash's People

Contributors

bubblemelon avatar

Watchers

 avatar  avatar  avatar

csharp-stash's Issues

The Wiki needs to be completed

  • Collect all references and place onto reference page.

  • Reduce the amount of comments in the files, by placing them in their respective wiki page.

  • Catalog each Class and its members.

  • Move algorithm analysis readme file to the wiki

  • Ensure that all missing sections in the wiki are completed

Files in the Tree Folder cannot be compiled

Link to Tree Folder

These errors need be resolved:

$ mcs BinaryTreeMain.cs BinaryTree.cs BinaryTreeNode.cs Node.cs NodeList.cs

BinaryTreeNode.cs(34,7): error CS0314: The type `T' cannot be used as type parameter `T' in the generic type or method `NodeList<T>'. There is no boxing or type parameter conversion from `T' to `Node<T>'

NodeList.cs(12,23): (Location of the symbol related to previous error)
BinaryTreeNode.cs(34,34): error CS0314: The type `T' cannot be used as type parameter `T' in the generic type or method `NodeList<T>'. There is no boxing or type parameter conversion from `T' to `Node<T>'

NodeList.cs(12,23): (Location of the symbol related to previous error)
BinaryTreeNode.cs(38,21): error CS0029: Cannot implicitly convert type `BinaryTreeNode<T>' to `T'
BinaryTreeNode.cs(39,21): error CS0029: Cannot implicitly convert type `BinaryTreeNode<T>' to `T'
BinaryTreeNode.cs(42,23): error CS0029: Cannot implicitly convert type `NodeList<T>' to `T'
BinaryTreeNode.cs(55,55): error CS0021: Cannot apply indexing with [] to an expression of type `T'
BinaryTreeNode.cs(60,35): error CS0314: The type `T' cannot be used as type parameter `T' in the generic type or method `NodeList<T>'. There is no boxing or type parameter conversion from `T' to `Node<T>'

NodeList.cs(12,23): (Location of the symbol related to previous error)
BinaryTreeNode.cs(60,31): error CS0029: Cannot implicitly convert type `NodeList<T>' to `T'
BinaryTreeNode.cs(62,24): error CS0021: Cannot apply indexing with [] to an expression of type `T'
BinaryTreeNode.cs(76,55): error CS0021: Cannot apply indexing with [] to an expression of type `T'
BinaryTreeNode.cs(81,35): error CS0314: The type `T' cannot be used as type parameter `T' in the generic type or method `NodeList<T>'. There is no boxing or type parameter conversion from `T' to `Node<T>'

NodeList.cs(12,23): (Location of the symbol related to previous error)
BinaryTreeNode.cs(81,31): error CS0029: Cannot implicitly convert type `NodeList<T>' to `T'
BinaryTreeNode.cs(83,24): error CS0021: Cannot apply indexing with [] to an expression of type `T'
Node.cs(24,12): error CS0314: The type `T' cannot be used as type parameter `T' in the generic type or method `NodeList<T>'. There is no boxing or type parameter conversion from `T' to `Node<T>'
NodeList.cs(12,23): (Location of the symbol related to previous error)
Node.cs(41,24): error CS0314: The type `T' cannot be used as type parameter `T' in the generic type or method `NodeList<T>'. There is no boxing or type parameter conversion from `T' to `Node<T>'
NodeList.cs(12,23): (Location of the symbol related to previous error)
Node.cs(66,18): error CS0029: Cannot implicitly convert type `NodeList<T>' to `T'
Node.cs(67,22): error CS0029: Cannot implicitly convert type `T' to `NodeList<T>'
NodeList.cs(32,20): error CS1502: The best overloaded method match for `System.Collections.Generic.ICollection<T>.Add(T)' has some invalid arguments
/Library/Frameworks/Mono.framework/Versions/5.4.0/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous error)
NodeList.cs(32,25): error CS1503: Argument `#1' cannot convert `Node<T>' expression to type `T'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.