Hawstein / cracking-the-coding-interview

Solutions for the book: Cracking the coding interview V4. Written in C++.

Home Page:http://hawstein.com/2013/03/14/ctci-solutions-contents/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Program 3.2

gangamaha opened this issue · comments

In stack operations don't we have to include header file for program to recognize push(), pop() operations? Also my program was complaining when I delcared s1, s2 in private. I did stack s1; stack s2 for proper execution. Please advise