4 Commits

Author SHA1 Message Date
Ramit Mittal
b190829dfb resolve issue 70, correction in python selection sort (#72)
* Resolve Issue #40: Changed more examples to use python3 syntax

* corrected selection sort python
2018-04-29 08:27:42 -07:00
Wenxuan Zhou
bff0bbaaa2 Update 01_selection_sort.py (#59)
remove one line of code which is redundant
2018-03-19 09:51:07 -07:00
Danh Nguyen
1fa164c40e Resolve Issue #40: Python 2 print statements changed to use Python 3 print function (#50)
* Update 01_selection_sort.py

Updated last print statement for Python 3 print function.

* Update 01_countdown.py

Updated print statement to print function for Python 3.

* Update 05_quicksort.py

Updated print statement to print function for Python 3.

* Update 01_price_of_groceries.py

Condensed dictionary creation into one line, edited print statement to a print function for Python 3.

* Update 01_set_covering.py

Changed print statement to print function for Python 3.

* Update 01_binary_search.py

Changed print statements to print function for Python 3.
2018-02-03 11:15:07 -08:00
Aditya Bhargava
77da85bf4c code for chapter 2 2016-03-02 14:06:15 -08:00