The Open Source Swiss Army Knife

/code/cPP/data_str_cPP/
/code/cPP/data_str_cPP/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /code   /cPP   /data_str_cPP 
sub-categories and articles

                                                  
dirarray_dynamic add
dirarrays_cPP add
dirarrays_of_arrays_cPP the magician problem; multiple linked lists; lots of checking. classes and separate compilation of cpp program units
dirbinaryTree2 binary tree with all traversals same class
dirbinarytree add
dircomparebinarytree add
dirdataStructures binary trees, heaps, hashes etc.
dirharrington jan l. harrington wrote the book object-oriented data structures in c++
dirlinkedlist add
dirlinkedlist_harr add
dirlist_of_charptrs add
dirlistofItemType add
dirlistofint-w-iter add
dirstack add
dirstack2 removed multiple return statements, moved code from stack class to client
dirvector add
dirvector2 add
dirvector_harr add
dirvector_harr_templates add
dirvector_project add
dirvector_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

struct.c
add

#include <stdlib.h>

struct_IO.c
add

#include <iostream.h>

vector.cpp
add

#ifndef VECTOR_CPP_

vector.h
add

#ifndef VECTOR_H
   --->upload your article


User submitted category site links


(None)

-->submit a page from your site dealing with data_str_cPP to the sirfsup! web directory for listing

return to top