├── CACHEHIT.py ├── CARRAY.py ├── CHEFSTR1.py ├── CRDGAME.py ├── HDIVISR,py.py ├── MAXFUN.py ├── MAXMEX.py ├── Philalandcoin.py ├── ROTATION.py ├── Sherlock.py ├── appenddemopython.py ├── basiccoins.py ├── demo.py ├── democodechef.py ├── demodictionary.py ├── demoprog.py ├── demos.py ├── f.py ├── hhh.py ├── pattern1.py ├── philaland.py ├── practice.py ├── practice1.py ├── secondmax.py ├── sherlocksmartalgo.py ├── tcs1.py └── with.py /CACHEHIT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/CACHEHIT.py -------------------------------------------------------------------------------- /CARRAY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/CARRAY.py -------------------------------------------------------------------------------- /CHEFSTR1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/CHEFSTR1.py -------------------------------------------------------------------------------- /CRDGAME.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/CRDGAME.py -------------------------------------------------------------------------------- /HDIVISR,py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/HDIVISR,py.py -------------------------------------------------------------------------------- /MAXFUN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/MAXFUN.py -------------------------------------------------------------------------------- /MAXMEX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/MAXMEX.py -------------------------------------------------------------------------------- /Philalandcoin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/Philalandcoin.py -------------------------------------------------------------------------------- /ROTATION.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/ROTATION.py -------------------------------------------------------------------------------- /Sherlock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/Sherlock.py -------------------------------------------------------------------------------- /appenddemopython.py: -------------------------------------------------------------------------------- 1 | f=open('abc.txt','a') 2 | f.write(" Fishy is going on here") 3 | -------------------------------------------------------------------------------- /basiccoins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/basiccoins.py -------------------------------------------------------------------------------- /demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/demo.py -------------------------------------------------------------------------------- /democodechef.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/democodechef.py -------------------------------------------------------------------------------- /demodictionary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/demodictionary.py -------------------------------------------------------------------------------- /demoprog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/demoprog.py -------------------------------------------------------------------------------- /demos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/demos.py -------------------------------------------------------------------------------- /f.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/f.py -------------------------------------------------------------------------------- /hhh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/hhh.py -------------------------------------------------------------------------------- /pattern1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/pattern1.py -------------------------------------------------------------------------------- /philaland.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/philaland.py -------------------------------------------------------------------------------- /practice.py: -------------------------------------------------------------------------------- 1 | f=open('MyData.txt','r') 2 | print(f.read()) 3 | -------------------------------------------------------------------------------- /practice1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/practice1.py -------------------------------------------------------------------------------- /secondmax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/secondmax.py -------------------------------------------------------------------------------- /sherlocksmartalgo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/sherlocksmartalgo.py -------------------------------------------------------------------------------- /tcs1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/tcs1.py -------------------------------------------------------------------------------- /with.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Excalibur79/My-CodeChef-Solutions/HEAD/with.py --------------------------------------------------------------------------------