Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.
/ cpp-codelets Public archive

Little classes and code pieces I wrote while studying Larry Nyhoff's "ADTs, Data Structures and Problem Solving with C++"

Notifications You must be signed in to change notification settings

aciliketcap/cpp-codelets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi,

I have some example C++ codes which I wrote while reading Larry Nyhoff's "ADTs, Data Structures and Problem Solving with C++". There are more little code laying around my harddisk but I'm sharing the ones which makes some sense. Please note that though I was familiar with OOP and C, I wrote these as a beginner in C++ and STL. So the code included may not be elegant or efficient.

This pack contains:

  1. An inferior shortest path algorithm which does depth-first search by using a stack.
  2. A 2D map class which holds maps you may come along in CS texbook problems or old 8-bit games. See one of the testmap files and you'll understand.
  3. A binary tree container which was meant to be a BST implementation.
  4. A directed graph with shortest path finding. It has its own repo. The code here may be out-dated, see the repo if you are interested.

About

Little classes and code pieces I wrote while studying Larry Nyhoff's "ADTs, Data Structures and Problem Solving with C++"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published