Search: C++
-
Request
-
Binary Tree
Binary tree in C++
Simple, may not be the best implementation there is. Contains functions for inserting, deleting, finding the next and previous values, checking if a node is a leaf, printing, searching, counting the number of nodes, etc.
Also contains a main with examples. Nice for beginners.
-
Dijkstra's algorithm
Hey, I would like it if anyone could upload a Dijkstra's algorithms for single source shortest paths.
If it is possible, please include: 1. An implementation of a graph, with (positive) weights on edges 2. An implementation of a Fibonacci heap 3. An implementation of Dijkstra using these two
Thanks!
Request -
Doubly linked list algorithm in C++
Doubly linked list in C++. A simple implementation that includes a few simple features:
Adding a node, erasing a node, searching a node, counting the number of nodes in the list, printing the list by a recursive function, printing the list iteratively and printing the list in reverse order.
The nodes hold only integers as data but this can be generalized easily.
-
Request
User login
Current search
Search
Search categories
Languages
all » C++Tags
- Data Structure (2)
- Dithering Algorithm (1)
- Graph Theory (1)
- Graphs (1)
- Linked List (1)
Content type
- Algorithm Request (3)
- Algorithm (2)

