nakov
-
- 24,460 total downloads
- last updated 2/28/2021
- Latest version: 2.0.0
Wintellect Power Collections is a community project to develop the best public license type-safe collection classes for .NET. Power Collections implements classical data structures (lists, sets, bags,... More information -
- 13,823 total downloads
- last updated 2/27/2021
- Latest version: 2.0.2.1
The .NET library "Nakov.TurtleGraphics" provides а very simple "turtle graphics" drawing interface for C# / .NET Windows Forms, designed for kids, learning to code. It supports all standard turtle commands... More information -
Nakov.
by: nakovIO. Cin - 2,580 total downloads
- last updated 2/26/2021
- Latest version: 2.0.2.1
Nakov.IO.Cin is a console-based input parser for C#, which reads numbers and text in the C++ cin / cout / iostream style. For example, in C++ we can read two integers using this code: int x, y; cin >> x >>... More information -
SimpleTreeNode
by: nakov- 783 total downloads
- last updated 2/26/2021
- Latest version: 1.0.0
Very simple tree library, holding a class TreeNode<T>. Usage: var peopleTree = new TreeNode<string>("Boss", new TreeNode<string>("Steve", new TreeNode<string>("Maria") ), new... More information