28th August 2016

Today, wrestled with Implementation stuff related to Data structure ( Binary Tree ).Its was nice experience. Came face to face with a lot of old problems about which I had forgotten.

IMPLEMENTED IT IN THREE VERSIONS:

  1. c program:https://github.com/amarjeetkapoor1/c_programs/blob/master/data_structure/BinaryTree.h
  2. C++ program: https://github.com/amarjeetkapoor1/Cplusplusprograms/blob/master/DAA/BinaryTreeWithClasses.cpp
  3. C++ program with pure OPPs and recursion: https://github.com/amarjeetkapoor1/Cplusplusprograms/blob/master/DAA/PureOppBInaryTree.cpp

Felt a lot of happiness after Implementation with pure OPPs and recursion.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s