|
|||||
| | |||||
| sub-categories and articles | ||||||||||||||||||||||||||
array_dynamic |
add | |||||||||||||||||||||||||
arrays_cPP |
add | |||||||||||||||||||||||||
arrays_of_arrays_cPP |
the magician problem; multiple linked lists; lots of checking. classes and separate compilation of cpp program units | |||||||||||||||||||||||||
binaryTree2 |
binary tree with all traversals same class | |||||||||||||||||||||||||
binarytree |
add | |||||||||||||||||||||||||
comparebinarytree |
add | |||||||||||||||||||||||||
dataStructures |
binary trees, heaps, hashes etc. | |||||||||||||||||||||||||
harrington |
jan l. harrington wrote the book object-oriented data structures in c++ | |||||||||||||||||||||||||
linkedlist |
add | |||||||||||||||||||||||||
linkedlist_harr |
add | |||||||||||||||||||||||||
list_of_charptrs |
add | |||||||||||||||||||||||||
listofItemType |
add | |||||||||||||||||||||||||
listofint-w-iter |
add | |||||||||||||||||||||||||
stack |
add | |||||||||||||||||||||||||
stack2 |
removed multiple return statements, moved code from stack class to client | |||||||||||||||||||||||||
vector |
add | |||||||||||||||||||||||||
vector2 |
add | |||||||||||||||||||||||||
vector_harr |
add | |||||||||||||||||||||||||
vector_harr_templates |
add | |||||||||||||||||||||||||
vector_project |
add | |||||||||||||||||||||||||
vector_templates |
add | |||||||||||||||||||||||||
| --->create new sub-category | ||||||||||||||||||||||||||
queue.txt | ||||||||||||||||||||||||||
| add
there is a queue sample in the harrington/ directory it is a primitive example, however. It designs its queue as an array. To "enqueue" (remove an element) it removes the element from A[0] and then shifts the rest down one. Queue inserting and removing handling ... there are a few strategies, which solution chosen depends on the implementation. | ||||||||||||||||||||||||||
runsed.sh | ||||||||||||||||||||||||||
| shell script to run sed with expressions in file
#!/bin/sh this_directory=`pwd` for x do echo "editing $x: " | ||||||||||||||||||||||||||
speigle5.cpp | ||||||||||||||||||||||||||
add
// joe speigle | ||||||||||||||||||||||||||