From 83c1bfceb1b681b4bb7253b47491be2d8b2014a1 Mon Sep 17 00:00:00 2001 From: debashisdeb Date: Fri, 20 Jun 2014 15:42:42 +0530 Subject: removing problem statements --- Data_Structures_and_Algorithms_in_Java/ch1.ipynb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Data_Structures_and_Algorithms_in_Java/ch1.ipynb') diff --git a/Data_Structures_and_Algorithms_in_Java/ch1.ipynb b/Data_Structures_and_Algorithms_in_Java/ch1.ipynb index c62ab0cb..8973ccb0 100644 --- a/Data_Structures_and_Algorithms_in_Java/ch1.ipynb +++ b/Data_Structures_and_Algorithms_in_Java/ch1.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "ch1" + "name": "", + "signature": "sha256:85fd10a5846b5256e76a45973450cd001c1aeb110532e77b6ab379820dba7274" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,10 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "demonstrates basic OOP syntax\n", - "to run this program: python BankApp\n", - "'''\n", + " \n", "\n", "class BankAccount:\n", " def __init__(self,openingBalance): # constructor\n", -- cgit