aboutsummaryrefslogtreecommitdiff
path: root/codechef
diff options
context:
space:
mode:
Diffstat (limited to 'codechef')
-rw-r--r--codechef/aSubtaskProblem/aSubtaskProblem.cpp (renamed from codechef/aSubtaskProblem.cpp)0
-rw-r--r--codechef/chefAndIpcCertificates/chefAndIpcCertificates.cpp (renamed from codechef/chefAndIpcCertificates.cpp)0
-rw-r--r--codechef/chefAndSpells/chefAndSpells.cpp (renamed from codechef/chefAndSpells.cpp)0
-rw-r--r--codechef/chefAndStockPrices/chefAndStockPrices.cpp (renamed from codechef/chefAndStockPrices.cpp)0
-rw-r--r--codechef/chefInVaccinationQueue/chefInVaccinationQueue.cpp (renamed from codechef/chefInVaccinationQueue.cpp)0
-rwxr-xr-xcodechef/cleanup.sh11
-rw-r--r--codechef/distinctPairSums/distinctPairSums.cpp (renamed from codechef/distinctPairSums.cpp)0
-rw-r--r--codechef/firstAndLastDigit/firstAndLastDigit.cpp (renamed from codechef/firstAndLastDigit.cpp)0
-rw-r--r--codechef/gasolineIntroudution/gasolineIntroudution.cpp (renamed from codechef/gasolineIntroudution.cpp)0
-rw-r--r--codechef/hardCash/hardCash.cpp14
-rw-r--r--codechef/hoopJump/hoopJump.cpp (renamed from codechef/hoopJump.cpp)0
-rw-r--r--codechef/icpcBallons/icpcBallons.cpp (renamed from codechef/icpcBallons.cpp)0
-rw-r--r--codechef/luckyFour/luckyFour.cpp (renamed from codechef/luckyFour.cpp)0
-rw-r--r--codechef/makeThemEqual/makeThemEqual.cpp (renamed from codechef/makeThemEqual.cpp)0
-rw-r--r--codechef/maximumLengthEvenSubarray/maximumLengthEvenSubarray.cpp (renamed from codechef/maximumLengthEvenSubarray.cpp)0
-rw-r--r--codechef/motivations/motivations.cpp (renamed from codechef/motivations.cpp)0
-rw-r--r--codechef/problemCategory/problemCategory.cpp (renamed from codechef/problemCategory.cpp)0
-rw-r--r--codechef/programmingLanguages/programmingLanguages.cpp (renamed from codechef/programmingLanguages.cpp)0
-rw-r--r--codechef/reverseTheNumber/reverseTheNumber.cpp (renamed from codechef/reverseTheNumber.cpp)0
-rw-r--r--codechef/richieRich/richieRich.cpp (renamed from codechef/richieRich.cpp)0
-rw-r--r--codechef/smallestPossibleWholeNumber/smallestPossibleWholeNumber.cpp (renamed from codechef/smallestPossibleWholeNumber.cpp)0
-rw-r--r--codechef/sumOfDigits/sumOfDigits.cpp (renamed from codechef/sumOfDigits.cpp)0
-rw-r--r--codechef/theTwoDishes/theTwoDishes.cpp (renamed from codechef/theTwoDishes.cpp)0
-rw-r--r--codechef/tomAndJerry/tomAndJerry.cpp (renamed from codechef/tomAndJerry.cpp)0
-rw-r--r--codechef/turnIt/turnIt.cpp (renamed from codechef/turnIt.cpp)0
-rw-r--r--codechef/twoDishes/twoDishes.cpp (renamed from codechef/twoDishes.cpp)0
-rw-r--r--codechef/vaccineDates/vaccineDates.cpp (renamed from codechef/vaccineDates.cpp)0
-rw-r--r--codechef/validTriangles/validTriangles.cpp (renamed from codechef/validTriangles.cpp)0
-rw-r--r--codechef/weightBalance/weightBalance.cpp (renamed from codechef/weightBalance.cpp)0
29 files changed, 25 insertions, 0 deletions
diff --git a/codechef/aSubtaskProblem.cpp b/codechef/aSubtaskProblem/aSubtaskProblem.cpp
index b44ed41..b44ed41 100644
--- a/codechef/aSubtaskProblem.cpp
+++ b/codechef/aSubtaskProblem/aSubtaskProblem.cpp
diff --git a/codechef/chefAndIpcCertificates.cpp b/codechef/chefAndIpcCertificates/chefAndIpcCertificates.cpp
index 03e93c7..03e93c7 100644
--- a/codechef/chefAndIpcCertificates.cpp
+++ b/codechef/chefAndIpcCertificates/chefAndIpcCertificates.cpp
diff --git a/codechef/chefAndSpells.cpp b/codechef/chefAndSpells/chefAndSpells.cpp
index c05253d..c05253d 100644
--- a/codechef/chefAndSpells.cpp
+++ b/codechef/chefAndSpells/chefAndSpells.cpp
diff --git a/codechef/chefAndStockPrices.cpp b/codechef/chefAndStockPrices/chefAndStockPrices.cpp
index 0954812..0954812 100644
--- a/codechef/chefAndStockPrices.cpp
+++ b/codechef/chefAndStockPrices/chefAndStockPrices.cpp
diff --git a/codechef/chefInVaccinationQueue.cpp b/codechef/chefInVaccinationQueue/chefInVaccinationQueue.cpp
index eb2bfdd..eb2bfdd 100644
--- a/codechef/chefInVaccinationQueue.cpp
+++ b/codechef/chefInVaccinationQueue/chefInVaccinationQueue.cpp
diff --git a/codechef/cleanup.sh b/codechef/cleanup.sh
new file mode 100755
index 0000000..410c246
--- /dev/null
+++ b/codechef/cleanup.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+files=$(ls)
+
+for file in files do
+ tmp=$(echo $dir | sed 's/.cpp//')
+ mkdir $tmp
+ mv $file $tmp
+ cd ..
+done
+
diff --git a/codechef/distinctPairSums.cpp b/codechef/distinctPairSums/distinctPairSums.cpp
index 5726bb4..5726bb4 100644
--- a/codechef/distinctPairSums.cpp
+++ b/codechef/distinctPairSums/distinctPairSums.cpp
diff --git a/codechef/firstAndLastDigit.cpp b/codechef/firstAndLastDigit/firstAndLastDigit.cpp
index cdd4e49..cdd4e49 100644
--- a/codechef/firstAndLastDigit.cpp
+++ b/codechef/firstAndLastDigit/firstAndLastDigit.cpp
diff --git a/codechef/gasolineIntroudution.cpp b/codechef/gasolineIntroudution/gasolineIntroudution.cpp
index 8c9201d..8c9201d 100644
--- a/codechef/gasolineIntroudution.cpp
+++ b/codechef/gasolineIntroudution/gasolineIntroudution.cpp
diff --git a/codechef/hardCash/hardCash.cpp b/codechef/hardCash/hardCash.cpp
new file mode 100644
index 0000000..5f6862e
--- /dev/null
+++ b/codechef/hardCash/hardCash.cpp
@@ -0,0 +1,14 @@
+#include<bits/stdc++.h>
+
+using namespace std;
+
+int main () {
+ ios_base::sync_with_stdio(false);
+ cin.tie(NULL);
+ int tt;
+ cin >> tt;
+ while(tt--){
+
+
+ }
+}
diff --git a/codechef/hoopJump.cpp b/codechef/hoopJump/hoopJump.cpp
index c9bfef1..c9bfef1 100644
--- a/codechef/hoopJump.cpp
+++ b/codechef/hoopJump/hoopJump.cpp
diff --git a/codechef/icpcBallons.cpp b/codechef/icpcBallons/icpcBallons.cpp
index 0a66c77..0a66c77 100644
--- a/codechef/icpcBallons.cpp
+++ b/codechef/icpcBallons/icpcBallons.cpp
diff --git a/codechef/luckyFour.cpp b/codechef/luckyFour/luckyFour.cpp
index 998b0d5..998b0d5 100644
--- a/codechef/luckyFour.cpp
+++ b/codechef/luckyFour/luckyFour.cpp
diff --git a/codechef/makeThemEqual.cpp b/codechef/makeThemEqual/makeThemEqual.cpp
index 94cc477..94cc477 100644
--- a/codechef/makeThemEqual.cpp
+++ b/codechef/makeThemEqual/makeThemEqual.cpp
diff --git a/codechef/maximumLengthEvenSubarray.cpp b/codechef/maximumLengthEvenSubarray/maximumLengthEvenSubarray.cpp
index 2cbd52b..2cbd52b 100644
--- a/codechef/maximumLengthEvenSubarray.cpp
+++ b/codechef/maximumLengthEvenSubarray/maximumLengthEvenSubarray.cpp
diff --git a/codechef/motivations.cpp b/codechef/motivations/motivations.cpp
index c015618..c015618 100644
--- a/codechef/motivations.cpp
+++ b/codechef/motivations/motivations.cpp
diff --git a/codechef/problemCategory.cpp b/codechef/problemCategory/problemCategory.cpp
index 4eb7500..4eb7500 100644
--- a/codechef/problemCategory.cpp
+++ b/codechef/problemCategory/problemCategory.cpp
diff --git a/codechef/programmingLanguages.cpp b/codechef/programmingLanguages/programmingLanguages.cpp
index 4c45519..4c45519 100644
--- a/codechef/programmingLanguages.cpp
+++ b/codechef/programmingLanguages/programmingLanguages.cpp
diff --git a/codechef/reverseTheNumber.cpp b/codechef/reverseTheNumber/reverseTheNumber.cpp
index 411f424..411f424 100644
--- a/codechef/reverseTheNumber.cpp
+++ b/codechef/reverseTheNumber/reverseTheNumber.cpp
diff --git a/codechef/richieRich.cpp b/codechef/richieRich/richieRich.cpp
index 54b0331..54b0331 100644
--- a/codechef/richieRich.cpp
+++ b/codechef/richieRich/richieRich.cpp
diff --git a/codechef/smallestPossibleWholeNumber.cpp b/codechef/smallestPossibleWholeNumber/smallestPossibleWholeNumber.cpp
index 166fb9b..166fb9b 100644
--- a/codechef/smallestPossibleWholeNumber.cpp
+++ b/codechef/smallestPossibleWholeNumber/smallestPossibleWholeNumber.cpp
diff --git a/codechef/sumOfDigits.cpp b/codechef/sumOfDigits/sumOfDigits.cpp
index f594465..f594465 100644
--- a/codechef/sumOfDigits.cpp
+++ b/codechef/sumOfDigits/sumOfDigits.cpp
diff --git a/codechef/theTwoDishes.cpp b/codechef/theTwoDishes/theTwoDishes.cpp
index f986e1f..f986e1f 100644
--- a/codechef/theTwoDishes.cpp
+++ b/codechef/theTwoDishes/theTwoDishes.cpp
diff --git a/codechef/tomAndJerry.cpp b/codechef/tomAndJerry/tomAndJerry.cpp
index 5305bb4..5305bb4 100644
--- a/codechef/tomAndJerry.cpp
+++ b/codechef/tomAndJerry/tomAndJerry.cpp
diff --git a/codechef/turnIt.cpp b/codechef/turnIt/turnIt.cpp
index 926893a..926893a 100644
--- a/codechef/turnIt.cpp
+++ b/codechef/turnIt/turnIt.cpp
diff --git a/codechef/twoDishes.cpp b/codechef/twoDishes/twoDishes.cpp
index 2ed48f5..2ed48f5 100644
--- a/codechef/twoDishes.cpp
+++ b/codechef/twoDishes/twoDishes.cpp
diff --git a/codechef/vaccineDates.cpp b/codechef/vaccineDates/vaccineDates.cpp
index 5c49a28..5c49a28 100644
--- a/codechef/vaccineDates.cpp
+++ b/codechef/vaccineDates/vaccineDates.cpp
diff --git a/codechef/validTriangles.cpp b/codechef/validTriangles/validTriangles.cpp
index 3a048d1..3a048d1 100644
--- a/codechef/validTriangles.cpp
+++ b/codechef/validTriangles/validTriangles.cpp
diff --git a/codechef/weightBalance.cpp b/codechef/weightBalance/weightBalance.cpp
index bb03054..bb03054 100644
--- a/codechef/weightBalance.cpp
+++ b/codechef/weightBalance/weightBalance.cpp