├── .vscode └── c_cpp_properties.json ├── Amazon ├── Drive 06.08.2022 (Round 1) │ └── amazon.cpp ├── Drive 13.08.2022 (Round 2) │ ├── getMaximumGreyness.cpp │ └── minimumKeypadClickCount.cpp ├── Drive 27.07.022 │ ├── .vscode │ │ └── c_cpp_properties.json │ ├── codingQuestion1.cpp │ ├── codingQuestion2.cpp │ ├── codingQuestion3.cpp │ ├── codingQuestion4.cpp │ ├── codingQuestion5.cpp │ ├── codingQuestion6.cpp │ └── codingQuestion7.cpp └── Interview (w.r.t. Drive 27.07.2022) │ ├── Round 1 (08.08.2022) │ ├── .vscode │ │ └── c_cpp_properties.json │ ├── lowestCommonAncestor.cpp │ └── reverseKGroupsLinkedList.cpp │ ├── Round 2 (19.08.2022) │ ├── .vscode │ │ └── c_cpp_properties.json │ ├── clicksCount.cpp │ ├── clicksCount.py │ ├── convertXToY.cpp │ └── convertXToY.py │ └── Round 3 (19.08.2022) │ ├── .vscode │ └── c_cpp_properties.json │ ├── mergeNodesBetweenZeros.cpp │ ├── mergeSortedList.cpp │ └── minJumps.py ├── Atlan (Frontend) ├── .eslintrc.json ├── .gitignore ├── README.md ├── components │ ├── Editor.js │ ├── FilterData.js │ └── OwnQuery.js ├── next.config.js ├── package-lock.json ├── package.json ├── pages │ ├── _app.js │ ├── api │ │ └── hello.js │ └── index.js ├── postcss.config.js ├── public │ ├── Images │ │ └── play.svg │ └── favicon.ico ├── styles │ └── globals.css └── tailwind.config.js ├── Bajaj └── bajaj.js ├── Betsol └── Interview Date 02.08.2022 │ └── betsol.cpp ├── CHUBB ├── .vscode │ └── c_cpp_properties.json ├── Bingo.cpp ├── DecipheringString.cpp └── minimumDiffSum.cpp ├── Cloudera ├── Drive 14.08.2022 │ ├── .vscode │ │ └── c_cpp_properties.json │ ├── closestRandomPoints.cpp │ ├── deleteEven.cpp │ ├── maximizeArrayValue.cpp │ └── simpleMatrixSummation.cpp └── Interview 16.08.2022 │ ├── .vscode │ └── c_cpp_properties.json │ └── clouderaInterview.cpp ├── Cognida └── cognida.cpp ├── Data Insights └── Drive-11.05.2022 │ └── dataInsights.c ├── Deloitte └── InterviewDeloitte.cpp ├── EY └── Drive 09.09.2022 │ ├── .vscode │ └── c_cpp_properties.json │ ├── convertToDecimal.cpp │ ├── countChar.cpp │ ├── countCustomers.cpp │ ├── dictWords.cpp │ ├── encryptedData.cpp │ ├── energyProduced.cpp │ ├── funcEnergy.cpp │ ├── memServer1.cpp │ └── noOfProducts.cpp ├── Elitmus └── Round 2 (Coding Round) │ └── elitmus.py ├── GE Healthcare └── Managerial │ ├── .vscode │ ├── c_cpp_properties.json │ └── settings.json │ ├── checkCircularLinkedList.cpp │ └── copyConstructor.cpp ├── Google └── Drive 23.07.2022 │ ├── .vscode │ └── c_cpp_properties.json │ ├── slots.cpp │ ├── slots.exe │ └── swappingPairs.cpp ├── Infosys ├── Drive 31.07.2022 │ └── infosys.cpp └── HackWithInfy │ ├── Problem Statement.md │ └── q1.cpp ├── Josh Technology ├── Drive - 08.08.2022 │ ├── .vscode │ │ └── c_cpp_properties.json │ ├── getHeight.cpp │ ├── getHeight.exe │ ├── getSequence.cpp │ ├── getStartingPoint.cpp │ ├── makeMirrorTree.cpp │ ├── pseudocodes.cpp │ └── reArrangeLinkedList.cpp ├── Drive - 13.05.2022 │ ├── Objectives.cpp │ ├── Q1.cpp │ ├── Q2.cpp │ └── tempCodeRunnerFile.exe └── Drive - 19.05.2022 (Analyst) │ ├── .vscode │ └── c_cpp_properties.json │ ├── 1.cpp │ └── 2.cpp ├── Justpay ├── Drive 10.08.2022 │ ├── justpay.cpp │ └── justpay.exe └── Drive 15.09.2022 │ ├── findReachibility.cpp │ ├── learnJs.cpp │ └── naggingReactNubie.cpp ├── MakeMyTrip ├── .vscode │ └── c_cpp_properties.json ├── longestSubsequence.cpp ├── safePaths.cpp └── safePaths.exe ├── Mckinsey ├── Budget_Shopping.py ├── Closest Numbers.py ├── DPI Software Protocols Report.sql └── Transaction Monitoring System Report.sql ├── Mercer Mettl └── Test 22.08.2022 │ ├── balancedBrackets.cpp │ └── populationCount.cpp ├── Neilson ├── Drive 17.08.2022 │ ├── .vscode │ │ └── c_cpp_properties.json │ ├── 1.cpp │ ├── 1.exe │ ├── 2.cpp │ ├── 2.exe │ ├── 3.cpp │ └── 3.exe └── Interview 18.08.2022 │ └── interview.cpp ├── Odessa └── odessa.cpp ├── Open Text └── Drive 22.07.2022 │ ├── .vscode │ └── settings.json │ ├── 1.cpp │ ├── 10.cpp │ ├── 11.cpp │ ├── 11.exe │ ├── 2.cpp │ ├── 3.cpp │ ├── 4.cpp │ ├── 5.cpp │ ├── 6.cpp │ ├── 7.cpp │ ├── 7.exe │ ├── 8.cpp │ └── 9.cpp ├── Optum └── Drive 26.08,2022 │ ├── .vscode │ └── c_cpp_properties.json │ ├── OptumInterview.cpp │ ├── ans.py │ ├── harold.cpp │ ├── morseCode.cpp │ └── optum.cpp ├── Public Sapient ├── Q1.py ├── Q2.cpp └── README.md ├── Relevel Unacademy ├── .vscode │ └── c_cpp_properties.json ├── relevelFrontEnd (24_07_2022) │ └── Round 2 (DSA Question) │ │ ├── README.md │ │ ├── increaseScore.cpp │ │ └── sumAND.cpp ├── relevelFrontEnd (27_07_2022) │ ├── README.md │ ├── Round 2 (DSA Question) │ │ ├── Disturbance.cpp │ │ ├── OddSubset.cpp │ │ └── README.md │ └── Round 4 (Ticket Booking App) │ │ ├── .codesandbox │ │ └── workspace.json │ │ ├── README.md │ │ ├── Read Me Frontend - 23rd Sep.pdf │ │ ├── package.json │ │ ├── public │ │ ├── data │ │ │ ├── coupon.json │ │ │ └── data.json │ │ └── index.html │ │ └── src │ │ ├── App.js │ │ ├── actions │ │ ├── coupon.js │ │ └── product.js │ │ ├── components │ │ ├── cart.js │ │ ├── header.js │ │ └── product.js │ │ ├── index.js │ │ ├── reducers │ │ └── index.js │ │ ├── routes.js │ │ └── styles.css ├── relevelFrontEnd (28_07_2022) │ ├── Round 2 (DSA Question) │ │ ├── README.md │ │ ├── policeOfBerland.cpp │ │ └── unSpecialNumbers.cpp │ ├── Round 3 (Netflix Clone) │ │ ├── .gitignore │ │ ├── README.md │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── postcss.config.js │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── index.html │ │ │ ├── logo192.png │ │ │ ├── logo512.png │ │ │ ├── manifest.json │ │ │ └── robots.txt │ │ ├── src │ │ │ ├── App.css │ │ │ ├── App.js │ │ │ ├── App.test.js │ │ │ ├── Images │ │ │ │ ├── avatar.png │ │ │ │ ├── avatar.svg │ │ │ │ ├── background.jpg │ │ │ │ └── netflix.png │ │ │ ├── index.css │ │ │ ├── index.js │ │ │ ├── logo.svg │ │ │ ├── reportWebVitals.js │ │ │ └── setupTests.js │ │ └── tailwind.config.js │ └── Round 4 (Netflix Clone) - Additional Features │ │ ├── .gitignore │ │ ├── README.md │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── postcss.config.js │ │ ├── public │ │ ├── favicon.ico │ │ ├── index.html │ │ ├── logo192.png │ │ ├── logo512.png │ │ ├── manifest.json │ │ └── robots.txt │ │ ├── src │ │ ├── App.css │ │ ├── App.js │ │ ├── App.test.js │ │ ├── Components │ │ │ ├── Display.js │ │ │ ├── SearchBar.css │ │ │ └── SearchBar.js │ │ ├── Data.json │ │ ├── Images │ │ │ ├── avatar.png │ │ │ ├── avatar.svg │ │ │ ├── background.jpg │ │ │ └── netflix.png │ │ ├── index.css │ │ ├── index.js │ │ ├── logo.svg │ │ ├── reportWebVitals.js │ │ ├── routes.js │ │ └── setupTests.js │ │ └── tailwind.config.js ├── relevelFrontEnd (29_07_2022) │ └── Round 2 (DSA Question) │ │ ├── README.md │ │ └── relevelFrontEnd29_07_2022.cpp └── relevelFrontEnd (31_07_2022) │ └── Round 2 (DSA Question) │ ├── .vscode │ ├── c_cpp_properties.json │ └── settings.json │ ├── README.md │ ├── josh.cpp │ ├── josh.exe │ ├── relevelFrontEnd31_07_2022.cpp │ └── temp.js ├── TCS Codevita Season 10 ├── Round 1 (Questions) │ ├── classarrangement1.png │ ├── classarrangement2.png │ ├── dicegame1.png │ ├── dicegame2.png │ ├── foodbelt1.png │ ├── foodbelt2.png │ ├── mario31.png │ ├── mario32.png │ ├── mario33.png │ ├── mario34.png │ ├── mario35.png │ ├── mario36.png │ ├── numberencryption1.png │ └── numberencryption2.png ├── Round 2 (Questions) │ ├── defragment.png │ ├── defragment2.png │ ├── defragment3.png │ ├── encryption.png │ ├── encryption2.png │ ├── faultyPendulum.png │ ├── longestTaskPath1.png │ ├── longestTaskPath2.png │ ├── multiplicationTree1.png │ ├── multiplicationTree2.png │ ├── position1.png │ ├── position2.png │ ├── systematicEquityPlan1.png │ ├── systematicEquityPlan2.png │ ├── ticketBooking1.png │ ├── ticketBooking2.png │ └── ticketBooking3.png └── TCS Ans │ ├── .vscode │ ├── c_cpp_properties.json │ ├── launch.json │ ├── settings.json │ └── tasks.json │ ├── NumberEncryption.cpp │ ├── classArrangement.cpp │ ├── diceGame.cpp │ ├── faultyPendulum.cpp │ ├── foodBelt.cpp │ ├── longestTaskPath.cpp │ └── position.cpp ├── TDL (Tata) └── Drive 16.05.2022 │ ├── .vscode │ ├── c_cpp_properties.json │ └── settings.json │ ├── TDL_question_01.py │ ├── TDL_question_02.cpp │ ├── TDL_question_03.py │ ├── TDL_question_04.cpp │ ├── TDL_question_05.sql │ ├── TDL_question_06.py │ └── TDL_question_07.cpp ├── Tiger Analytics ├── tiger.cpp └── tiger.exe ├── VMware └── Drive-18.04.2022 │ └── vmware.py ├── Verdis ├── 1 │ └── verdis_q1.txt ├── 2 │ ├── verdis_q2.cpp │ └── verdis_q2.exe └── 3 │ ├── verdis_q3.cpp │ ├── verdis_q3.csv │ └── verdis_q3.exe └── Yubi-CredAvenue ├── bitwiseRecurrence.py ├── getMinLength.py └── minimumSwaps.py /.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /Amazon/Drive 06.08.2022 (Round 1)/amazon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Drive 06.08.2022 (Round 1)/amazon.cpp -------------------------------------------------------------------------------- /Amazon/Drive 13.08.2022 (Round 2)/getMaximumGreyness.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Drive 13.08.2022 (Round 2)/getMaximumGreyness.cpp -------------------------------------------------------------------------------- /Amazon/Drive 13.08.2022 (Round 2)/minimumKeypadClickCount.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Drive 13.08.2022 (Round 2)/minimumKeypadClickCount.cpp -------------------------------------------------------------------------------- /Amazon/Drive 27.07.022/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Drive 27.07.022/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /Amazon/Drive 27.07.022/codingQuestion1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Drive 27.07.022/codingQuestion1.cpp -------------------------------------------------------------------------------- /Amazon/Drive 27.07.022/codingQuestion2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Drive 27.07.022/codingQuestion2.cpp -------------------------------------------------------------------------------- /Amazon/Drive 27.07.022/codingQuestion3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Drive 27.07.022/codingQuestion3.cpp -------------------------------------------------------------------------------- /Amazon/Drive 27.07.022/codingQuestion4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Drive 27.07.022/codingQuestion4.cpp -------------------------------------------------------------------------------- /Amazon/Drive 27.07.022/codingQuestion5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Drive 27.07.022/codingQuestion5.cpp -------------------------------------------------------------------------------- /Amazon/Drive 27.07.022/codingQuestion6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Drive 27.07.022/codingQuestion6.cpp -------------------------------------------------------------------------------- /Amazon/Drive 27.07.022/codingQuestion7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Drive 27.07.022/codingQuestion7.cpp -------------------------------------------------------------------------------- /Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 1 (08.08.2022)/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 1 (08.08.2022)/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 1 (08.08.2022)/lowestCommonAncestor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 1 (08.08.2022)/lowestCommonAncestor.cpp -------------------------------------------------------------------------------- /Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 1 (08.08.2022)/reverseKGroupsLinkedList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 1 (08.08.2022)/reverseKGroupsLinkedList.cpp -------------------------------------------------------------------------------- /Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 2 (19.08.2022)/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 2 (19.08.2022)/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 2 (19.08.2022)/clicksCount.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 2 (19.08.2022)/clicksCount.cpp -------------------------------------------------------------------------------- /Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 2 (19.08.2022)/clicksCount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 2 (19.08.2022)/clicksCount.py -------------------------------------------------------------------------------- /Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 2 (19.08.2022)/convertXToY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 2 (19.08.2022)/convertXToY.cpp -------------------------------------------------------------------------------- /Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 2 (19.08.2022)/convertXToY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 2 (19.08.2022)/convertXToY.py -------------------------------------------------------------------------------- /Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 3 (19.08.2022)/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 3 (19.08.2022)/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 3 (19.08.2022)/mergeNodesBetweenZeros.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 3 (19.08.2022)/mergeNodesBetweenZeros.cpp -------------------------------------------------------------------------------- /Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 3 (19.08.2022)/mergeSortedList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 3 (19.08.2022)/mergeSortedList.cpp -------------------------------------------------------------------------------- /Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 3 (19.08.2022)/minJumps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Amazon/Interview (w.r.t. Drive 27.07.2022)/Round 3 (19.08.2022)/minJumps.py -------------------------------------------------------------------------------- /Atlan (Frontend)/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "next/core-web-vitals" 3 | } 4 | -------------------------------------------------------------------------------- /Atlan (Frontend)/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Atlan (Frontend)/.gitignore -------------------------------------------------------------------------------- /Atlan (Frontend)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Atlan (Frontend)/README.md -------------------------------------------------------------------------------- /Atlan (Frontend)/components/Editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Atlan (Frontend)/components/Editor.js -------------------------------------------------------------------------------- /Atlan (Frontend)/components/FilterData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Atlan (Frontend)/components/FilterData.js -------------------------------------------------------------------------------- /Atlan (Frontend)/components/OwnQuery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Atlan (Frontend)/components/OwnQuery.js -------------------------------------------------------------------------------- /Atlan (Frontend)/next.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Atlan (Frontend)/next.config.js -------------------------------------------------------------------------------- /Atlan (Frontend)/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Atlan (Frontend)/package-lock.json -------------------------------------------------------------------------------- /Atlan (Frontend)/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Atlan (Frontend)/package.json -------------------------------------------------------------------------------- /Atlan (Frontend)/pages/_app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Atlan (Frontend)/pages/_app.js -------------------------------------------------------------------------------- /Atlan (Frontend)/pages/api/hello.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Atlan (Frontend)/pages/api/hello.js -------------------------------------------------------------------------------- /Atlan (Frontend)/pages/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Atlan (Frontend)/pages/index.js -------------------------------------------------------------------------------- /Atlan (Frontend)/postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Atlan (Frontend)/postcss.config.js -------------------------------------------------------------------------------- /Atlan (Frontend)/public/Images/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Atlan (Frontend)/public/Images/play.svg -------------------------------------------------------------------------------- /Atlan (Frontend)/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Atlan (Frontend)/public/favicon.ico -------------------------------------------------------------------------------- /Atlan (Frontend)/styles/globals.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Atlan (Frontend)/styles/globals.css -------------------------------------------------------------------------------- /Atlan (Frontend)/tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Atlan (Frontend)/tailwind.config.js -------------------------------------------------------------------------------- /Bajaj/bajaj.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Bajaj/bajaj.js -------------------------------------------------------------------------------- /Betsol/Interview Date 02.08.2022/betsol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Betsol/Interview Date 02.08.2022/betsol.cpp -------------------------------------------------------------------------------- /CHUBB/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/CHUBB/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /CHUBB/Bingo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/CHUBB/Bingo.cpp -------------------------------------------------------------------------------- /CHUBB/DecipheringString.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/CHUBB/DecipheringString.cpp -------------------------------------------------------------------------------- /CHUBB/minimumDiffSum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/CHUBB/minimumDiffSum.cpp -------------------------------------------------------------------------------- /Cloudera/Drive 14.08.2022/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Cloudera/Drive 14.08.2022/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /Cloudera/Drive 14.08.2022/closestRandomPoints.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Cloudera/Drive 14.08.2022/closestRandomPoints.cpp -------------------------------------------------------------------------------- /Cloudera/Drive 14.08.2022/deleteEven.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Cloudera/Drive 14.08.2022/deleteEven.cpp -------------------------------------------------------------------------------- /Cloudera/Drive 14.08.2022/maximizeArrayValue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Cloudera/Drive 14.08.2022/maximizeArrayValue.cpp -------------------------------------------------------------------------------- /Cloudera/Drive 14.08.2022/simpleMatrixSummation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Cloudera/Drive 14.08.2022/simpleMatrixSummation.cpp -------------------------------------------------------------------------------- /Cloudera/Interview 16.08.2022/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Cloudera/Interview 16.08.2022/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /Cloudera/Interview 16.08.2022/clouderaInterview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Cloudera/Interview 16.08.2022/clouderaInterview.cpp -------------------------------------------------------------------------------- /Cognida/cognida.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Cognida/cognida.cpp -------------------------------------------------------------------------------- /Data Insights/Drive-11.05.2022/dataInsights.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Data Insights/Drive-11.05.2022/dataInsights.c -------------------------------------------------------------------------------- /Deloitte/InterviewDeloitte.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Deloitte/InterviewDeloitte.cpp -------------------------------------------------------------------------------- /EY/Drive 09.09.2022/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/EY/Drive 09.09.2022/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /EY/Drive 09.09.2022/convertToDecimal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/EY/Drive 09.09.2022/convertToDecimal.cpp -------------------------------------------------------------------------------- /EY/Drive 09.09.2022/countChar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/EY/Drive 09.09.2022/countChar.cpp -------------------------------------------------------------------------------- /EY/Drive 09.09.2022/countCustomers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/EY/Drive 09.09.2022/countCustomers.cpp -------------------------------------------------------------------------------- /EY/Drive 09.09.2022/dictWords.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/EY/Drive 09.09.2022/dictWords.cpp -------------------------------------------------------------------------------- /EY/Drive 09.09.2022/encryptedData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/EY/Drive 09.09.2022/encryptedData.cpp -------------------------------------------------------------------------------- /EY/Drive 09.09.2022/energyProduced.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/EY/Drive 09.09.2022/energyProduced.cpp -------------------------------------------------------------------------------- /EY/Drive 09.09.2022/funcEnergy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/EY/Drive 09.09.2022/funcEnergy.cpp -------------------------------------------------------------------------------- /EY/Drive 09.09.2022/memServer1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/EY/Drive 09.09.2022/memServer1.cpp -------------------------------------------------------------------------------- /EY/Drive 09.09.2022/noOfProducts.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/EY/Drive 09.09.2022/noOfProducts.cpp -------------------------------------------------------------------------------- /Elitmus/Round 2 (Coding Round)/elitmus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Elitmus/Round 2 (Coding Round)/elitmus.py -------------------------------------------------------------------------------- /GE Healthcare/Managerial/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/GE Healthcare/Managerial/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /GE Healthcare/Managerial/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/GE Healthcare/Managerial/.vscode/settings.json -------------------------------------------------------------------------------- /GE Healthcare/Managerial/checkCircularLinkedList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/GE Healthcare/Managerial/checkCircularLinkedList.cpp -------------------------------------------------------------------------------- /GE Healthcare/Managerial/copyConstructor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/GE Healthcare/Managerial/copyConstructor.cpp -------------------------------------------------------------------------------- /Google/Drive 23.07.2022/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Google/Drive 23.07.2022/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /Google/Drive 23.07.2022/slots.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Google/Drive 23.07.2022/slots.cpp -------------------------------------------------------------------------------- /Google/Drive 23.07.2022/slots.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Google/Drive 23.07.2022/slots.exe -------------------------------------------------------------------------------- /Google/Drive 23.07.2022/swappingPairs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Google/Drive 23.07.2022/swappingPairs.cpp -------------------------------------------------------------------------------- /Infosys/Drive 31.07.2022/infosys.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Infosys/Drive 31.07.2022/infosys.cpp -------------------------------------------------------------------------------- /Infosys/HackWithInfy/Problem Statement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Infosys/HackWithInfy/Problem Statement.md -------------------------------------------------------------------------------- /Infosys/HackWithInfy/q1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Infosys/HackWithInfy/q1.cpp -------------------------------------------------------------------------------- /Josh Technology/Drive - 08.08.2022/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Josh Technology/Drive - 08.08.2022/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /Josh Technology/Drive - 08.08.2022/getHeight.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Josh Technology/Drive - 08.08.2022/getHeight.cpp -------------------------------------------------------------------------------- /Josh Technology/Drive - 08.08.2022/getHeight.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Josh Technology/Drive - 08.08.2022/getHeight.exe -------------------------------------------------------------------------------- /Josh Technology/Drive - 08.08.2022/getSequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Josh Technology/Drive - 08.08.2022/getSequence.cpp -------------------------------------------------------------------------------- /Josh Technology/Drive - 08.08.2022/getStartingPoint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Josh Technology/Drive - 08.08.2022/getStartingPoint.cpp -------------------------------------------------------------------------------- /Josh Technology/Drive - 08.08.2022/makeMirrorTree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Josh Technology/Drive - 08.08.2022/makeMirrorTree.cpp -------------------------------------------------------------------------------- /Josh Technology/Drive - 08.08.2022/pseudocodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Josh Technology/Drive - 08.08.2022/pseudocodes.cpp -------------------------------------------------------------------------------- /Josh Technology/Drive - 08.08.2022/reArrangeLinkedList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Josh Technology/Drive - 08.08.2022/reArrangeLinkedList.cpp -------------------------------------------------------------------------------- /Josh Technology/Drive - 13.05.2022/Objectives.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Josh Technology/Drive - 13.05.2022/Objectives.cpp -------------------------------------------------------------------------------- /Josh Technology/Drive - 13.05.2022/Q1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Josh Technology/Drive - 13.05.2022/Q1.cpp -------------------------------------------------------------------------------- /Josh Technology/Drive - 13.05.2022/Q2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Josh Technology/Drive - 13.05.2022/Q2.cpp -------------------------------------------------------------------------------- /Josh Technology/Drive - 13.05.2022/tempCodeRunnerFile.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Josh Technology/Drive - 13.05.2022/tempCodeRunnerFile.exe -------------------------------------------------------------------------------- /Josh Technology/Drive - 19.05.2022 (Analyst)/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Josh Technology/Drive - 19.05.2022 (Analyst)/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /Josh Technology/Drive - 19.05.2022 (Analyst)/1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Josh Technology/Drive - 19.05.2022 (Analyst)/1.cpp -------------------------------------------------------------------------------- /Josh Technology/Drive - 19.05.2022 (Analyst)/2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Josh Technology/Drive - 19.05.2022 (Analyst)/2.cpp -------------------------------------------------------------------------------- /Justpay/Drive 10.08.2022/justpay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Justpay/Drive 10.08.2022/justpay.cpp -------------------------------------------------------------------------------- /Justpay/Drive 10.08.2022/justpay.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Justpay/Drive 10.08.2022/justpay.exe -------------------------------------------------------------------------------- /Justpay/Drive 15.09.2022/findReachibility.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Justpay/Drive 15.09.2022/findReachibility.cpp -------------------------------------------------------------------------------- /Justpay/Drive 15.09.2022/learnJs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Justpay/Drive 15.09.2022/learnJs.cpp -------------------------------------------------------------------------------- /Justpay/Drive 15.09.2022/naggingReactNubie.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Justpay/Drive 15.09.2022/naggingReactNubie.cpp -------------------------------------------------------------------------------- /MakeMyTrip/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/MakeMyTrip/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /MakeMyTrip/longestSubsequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/MakeMyTrip/longestSubsequence.cpp -------------------------------------------------------------------------------- /MakeMyTrip/safePaths.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/MakeMyTrip/safePaths.cpp -------------------------------------------------------------------------------- /MakeMyTrip/safePaths.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/MakeMyTrip/safePaths.exe -------------------------------------------------------------------------------- /Mckinsey/Budget_Shopping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Mckinsey/Budget_Shopping.py -------------------------------------------------------------------------------- /Mckinsey/Closest Numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Mckinsey/Closest Numbers.py -------------------------------------------------------------------------------- /Mckinsey/DPI Software Protocols Report.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Mckinsey/DPI Software Protocols Report.sql -------------------------------------------------------------------------------- /Mckinsey/Transaction Monitoring System Report.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Mckinsey/Transaction Monitoring System Report.sql -------------------------------------------------------------------------------- /Mercer Mettl/Test 22.08.2022/balancedBrackets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Mercer Mettl/Test 22.08.2022/balancedBrackets.cpp -------------------------------------------------------------------------------- /Mercer Mettl/Test 22.08.2022/populationCount.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Mercer Mettl/Test 22.08.2022/populationCount.cpp -------------------------------------------------------------------------------- /Neilson/Drive 17.08.2022/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Neilson/Drive 17.08.2022/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /Neilson/Drive 17.08.2022/1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Neilson/Drive 17.08.2022/1.cpp -------------------------------------------------------------------------------- /Neilson/Drive 17.08.2022/1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Neilson/Drive 17.08.2022/1.exe -------------------------------------------------------------------------------- /Neilson/Drive 17.08.2022/2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Neilson/Drive 17.08.2022/2.cpp -------------------------------------------------------------------------------- /Neilson/Drive 17.08.2022/2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Neilson/Drive 17.08.2022/2.exe -------------------------------------------------------------------------------- /Neilson/Drive 17.08.2022/3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Neilson/Drive 17.08.2022/3.cpp -------------------------------------------------------------------------------- /Neilson/Drive 17.08.2022/3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Neilson/Drive 17.08.2022/3.exe -------------------------------------------------------------------------------- /Neilson/Interview 18.08.2022/interview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Neilson/Interview 18.08.2022/interview.cpp -------------------------------------------------------------------------------- /Odessa/odessa.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Odessa/odessa.cpp -------------------------------------------------------------------------------- /Open Text/Drive 22.07.2022/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Open Text/Drive 22.07.2022/.vscode/settings.json -------------------------------------------------------------------------------- /Open Text/Drive 22.07.2022/1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Open Text/Drive 22.07.2022/1.cpp -------------------------------------------------------------------------------- /Open Text/Drive 22.07.2022/10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Open Text/Drive 22.07.2022/10.cpp -------------------------------------------------------------------------------- /Open Text/Drive 22.07.2022/11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Open Text/Drive 22.07.2022/11.cpp -------------------------------------------------------------------------------- /Open Text/Drive 22.07.2022/11.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Open Text/Drive 22.07.2022/11.exe -------------------------------------------------------------------------------- /Open Text/Drive 22.07.2022/2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Open Text/Drive 22.07.2022/2.cpp -------------------------------------------------------------------------------- /Open Text/Drive 22.07.2022/3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Open Text/Drive 22.07.2022/3.cpp -------------------------------------------------------------------------------- /Open Text/Drive 22.07.2022/4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Open Text/Drive 22.07.2022/4.cpp -------------------------------------------------------------------------------- /Open Text/Drive 22.07.2022/5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Open Text/Drive 22.07.2022/5.cpp -------------------------------------------------------------------------------- /Open Text/Drive 22.07.2022/6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Open Text/Drive 22.07.2022/6.cpp -------------------------------------------------------------------------------- /Open Text/Drive 22.07.2022/7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Open Text/Drive 22.07.2022/7.cpp -------------------------------------------------------------------------------- /Open Text/Drive 22.07.2022/7.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Open Text/Drive 22.07.2022/7.exe -------------------------------------------------------------------------------- /Open Text/Drive 22.07.2022/8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Open Text/Drive 22.07.2022/8.cpp -------------------------------------------------------------------------------- /Open Text/Drive 22.07.2022/9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Open Text/Drive 22.07.2022/9.cpp -------------------------------------------------------------------------------- /Optum/Drive 26.08,2022/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Optum/Drive 26.08,2022/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /Optum/Drive 26.08,2022/OptumInterview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Optum/Drive 26.08,2022/OptumInterview.cpp -------------------------------------------------------------------------------- /Optum/Drive 26.08,2022/ans.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Optum/Drive 26.08,2022/ans.py -------------------------------------------------------------------------------- /Optum/Drive 26.08,2022/harold.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Optum/Drive 26.08,2022/harold.cpp -------------------------------------------------------------------------------- /Optum/Drive 26.08,2022/morseCode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Optum/Drive 26.08,2022/morseCode.cpp -------------------------------------------------------------------------------- /Optum/Drive 26.08,2022/optum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Optum/Drive 26.08,2022/optum.cpp -------------------------------------------------------------------------------- /Public Sapient/Q1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Public Sapient/Q1.py -------------------------------------------------------------------------------- /Public Sapient/Q2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Public Sapient/Q2.cpp -------------------------------------------------------------------------------- /Public Sapient/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Public Sapient/README.md -------------------------------------------------------------------------------- /Relevel Unacademy/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (24_07_2022)/Round 2 (DSA Question)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (24_07_2022)/Round 2 (DSA Question)/README.md -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (24_07_2022)/Round 2 (DSA Question)/increaseScore.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (24_07_2022)/Round 2 (DSA Question)/increaseScore.cpp -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (24_07_2022)/Round 2 (DSA Question)/sumAND.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (24_07_2022)/Round 2 (DSA Question)/sumAND.cpp -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/README.md -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 2 (DSA Question)/Disturbance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 2 (DSA Question)/Disturbance.cpp -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 2 (DSA Question)/OddSubset.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 2 (DSA Question)/OddSubset.cpp -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 2 (DSA Question)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 2 (DSA Question)/README.md -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/.codesandbox/workspace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/.codesandbox/workspace.json -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/README.md -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/Read Me Frontend - 23rd Sep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/Read Me Frontend - 23rd Sep.pdf -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/package.json -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/public/data/coupon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/public/data/coupon.json -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/public/data/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/public/data/data.json -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/public/index.html -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/App.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/actions/coupon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/actions/coupon.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/actions/product.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/actions/product.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/components/cart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/components/cart.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/components/header.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/components/header.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/components/product.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/components/product.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/index.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/reducers/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/reducers/index.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/routes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/routes.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (27_07_2022)/Round 4 (Ticket Booking App)/src/styles.css: -------------------------------------------------------------------------------- 1 | .App { 2 | font-family: sans-serif; 3 | text-align: center; 4 | } 5 | -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 2 (DSA Question)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 2 (DSA Question)/README.md -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 2 (DSA Question)/policeOfBerland.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 2 (DSA Question)/policeOfBerland.cpp -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 2 (DSA Question)/unSpecialNumbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 2 (DSA Question)/unSpecialNumbers.cpp -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/.gitignore -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/README.md -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/package-lock.json -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/package.json -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/postcss.config.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/public/favicon.ico -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/public/index.html -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/public/logo192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/public/logo192.png -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/public/logo512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/public/logo512.png -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/public/manifest.json -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/public/robots.txt -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/App.css -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/App.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/App.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/App.test.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/Images/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/Images/avatar.png -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/Images/avatar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/Images/avatar.svg -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/Images/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/Images/background.jpg -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/Images/netflix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/Images/netflix.png -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/index.css -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/index.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/logo.svg -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/reportWebVitals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/reportWebVitals.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/setupTests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/src/setupTests.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 3 (Netflix Clone)/tailwind.config.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/.gitignore -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/README.md -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/package-lock.json -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/package.json -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/postcss.config.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/public/favicon.ico -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/public/index.html -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/public/logo192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/public/logo192.png -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/public/logo512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/public/logo512.png -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/public/manifest.json -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/public/robots.txt -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/App.css -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/App.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/App.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/App.test.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/Components/Display.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/Components/Display.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/Components/SearchBar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/Components/SearchBar.css -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/Components/SearchBar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/Components/SearchBar.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/Data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/Data.json -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/Images/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/Images/avatar.png -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/Images/avatar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/Images/avatar.svg -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/Images/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/Images/background.jpg -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/Images/netflix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/Images/netflix.png -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/index.css -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/index.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/logo.svg -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/reportWebVitals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/reportWebVitals.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/routes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/routes.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/setupTests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/src/setupTests.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (28_07_2022)/Round 4 (Netflix Clone) - Additional Features/tailwind.config.js -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (29_07_2022)/Round 2 (DSA Question)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (29_07_2022)/Round 2 (DSA Question)/README.md -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (29_07_2022)/Round 2 (DSA Question)/relevelFrontEnd29_07_2022.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (29_07_2022)/Round 2 (DSA Question)/relevelFrontEnd29_07_2022.cpp -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (31_07_2022)/Round 2 (DSA Question)/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (31_07_2022)/Round 2 (DSA Question)/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (31_07_2022)/Round 2 (DSA Question)/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (31_07_2022)/Round 2 (DSA Question)/.vscode/settings.json -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (31_07_2022)/Round 2 (DSA Question)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (31_07_2022)/Round 2 (DSA Question)/README.md -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (31_07_2022)/Round 2 (DSA Question)/josh.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (31_07_2022)/Round 2 (DSA Question)/josh.cpp -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (31_07_2022)/Round 2 (DSA Question)/josh.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (31_07_2022)/Round 2 (DSA Question)/josh.exe -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (31_07_2022)/Round 2 (DSA Question)/relevelFrontEnd31_07_2022.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Relevel Unacademy/relevelFrontEnd (31_07_2022)/Round 2 (DSA Question)/relevelFrontEnd31_07_2022.cpp -------------------------------------------------------------------------------- /Relevel Unacademy/relevelFrontEnd (31_07_2022)/Round 2 (DSA Question)/temp.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 1 (Questions)/classarrangement1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 1 (Questions)/classarrangement1.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 1 (Questions)/classarrangement2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 1 (Questions)/classarrangement2.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 1 (Questions)/dicegame1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 1 (Questions)/dicegame1.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 1 (Questions)/dicegame2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 1 (Questions)/dicegame2.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 1 (Questions)/foodbelt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 1 (Questions)/foodbelt1.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 1 (Questions)/foodbelt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 1 (Questions)/foodbelt2.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 1 (Questions)/mario31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 1 (Questions)/mario31.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 1 (Questions)/mario32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 1 (Questions)/mario32.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 1 (Questions)/mario33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 1 (Questions)/mario33.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 1 (Questions)/mario34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 1 (Questions)/mario34.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 1 (Questions)/mario35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 1 (Questions)/mario35.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 1 (Questions)/mario36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 1 (Questions)/mario36.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 1 (Questions)/numberencryption1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 1 (Questions)/numberencryption1.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 1 (Questions)/numberencryption2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 1 (Questions)/numberencryption2.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 2 (Questions)/defragment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 2 (Questions)/defragment.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 2 (Questions)/defragment2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 2 (Questions)/defragment2.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 2 (Questions)/defragment3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 2 (Questions)/defragment3.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 2 (Questions)/encryption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 2 (Questions)/encryption.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 2 (Questions)/encryption2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 2 (Questions)/encryption2.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 2 (Questions)/faultyPendulum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 2 (Questions)/faultyPendulum.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 2 (Questions)/longestTaskPath1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 2 (Questions)/longestTaskPath1.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 2 (Questions)/longestTaskPath2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 2 (Questions)/longestTaskPath2.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 2 (Questions)/multiplicationTree1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 2 (Questions)/multiplicationTree1.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 2 (Questions)/multiplicationTree2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 2 (Questions)/multiplicationTree2.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 2 (Questions)/position1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 2 (Questions)/position1.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 2 (Questions)/position2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 2 (Questions)/position2.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 2 (Questions)/systematicEquityPlan1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 2 (Questions)/systematicEquityPlan1.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 2 (Questions)/systematicEquityPlan2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 2 (Questions)/systematicEquityPlan2.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 2 (Questions)/ticketBooking1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 2 (Questions)/ticketBooking1.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 2 (Questions)/ticketBooking2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 2 (Questions)/ticketBooking2.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/Round 2 (Questions)/ticketBooking3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/Round 2 (Questions)/ticketBooking3.png -------------------------------------------------------------------------------- /TCS Codevita Season 10/TCS Ans/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/TCS Ans/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /TCS Codevita Season 10/TCS Ans/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/TCS Ans/.vscode/launch.json -------------------------------------------------------------------------------- /TCS Codevita Season 10/TCS Ans/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/TCS Ans/.vscode/settings.json -------------------------------------------------------------------------------- /TCS Codevita Season 10/TCS Ans/.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/TCS Ans/.vscode/tasks.json -------------------------------------------------------------------------------- /TCS Codevita Season 10/TCS Ans/NumberEncryption.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/TCS Ans/NumberEncryption.cpp -------------------------------------------------------------------------------- /TCS Codevita Season 10/TCS Ans/classArrangement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/TCS Ans/classArrangement.cpp -------------------------------------------------------------------------------- /TCS Codevita Season 10/TCS Ans/diceGame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/TCS Ans/diceGame.cpp -------------------------------------------------------------------------------- /TCS Codevita Season 10/TCS Ans/faultyPendulum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/TCS Ans/faultyPendulum.cpp -------------------------------------------------------------------------------- /TCS Codevita Season 10/TCS Ans/foodBelt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/TCS Ans/foodBelt.cpp -------------------------------------------------------------------------------- /TCS Codevita Season 10/TCS Ans/longestTaskPath.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/TCS Ans/longestTaskPath.cpp -------------------------------------------------------------------------------- /TCS Codevita Season 10/TCS Ans/position.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TCS Codevita Season 10/TCS Ans/position.cpp -------------------------------------------------------------------------------- /TDL (Tata)/Drive 16.05.2022/.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TDL (Tata)/Drive 16.05.2022/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /TDL (Tata)/Drive 16.05.2022/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TDL (Tata)/Drive 16.05.2022/.vscode/settings.json -------------------------------------------------------------------------------- /TDL (Tata)/Drive 16.05.2022/TDL_question_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TDL (Tata)/Drive 16.05.2022/TDL_question_01.py -------------------------------------------------------------------------------- /TDL (Tata)/Drive 16.05.2022/TDL_question_02.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TDL (Tata)/Drive 16.05.2022/TDL_question_02.cpp -------------------------------------------------------------------------------- /TDL (Tata)/Drive 16.05.2022/TDL_question_03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TDL (Tata)/Drive 16.05.2022/TDL_question_03.py -------------------------------------------------------------------------------- /TDL (Tata)/Drive 16.05.2022/TDL_question_04.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TDL (Tata)/Drive 16.05.2022/TDL_question_04.cpp -------------------------------------------------------------------------------- /TDL (Tata)/Drive 16.05.2022/TDL_question_05.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TDL (Tata)/Drive 16.05.2022/TDL_question_05.sql -------------------------------------------------------------------------------- /TDL (Tata)/Drive 16.05.2022/TDL_question_06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TDL (Tata)/Drive 16.05.2022/TDL_question_06.py -------------------------------------------------------------------------------- /TDL (Tata)/Drive 16.05.2022/TDL_question_07.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/TDL (Tata)/Drive 16.05.2022/TDL_question_07.cpp -------------------------------------------------------------------------------- /Tiger Analytics/tiger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Tiger Analytics/tiger.cpp -------------------------------------------------------------------------------- /Tiger Analytics/tiger.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Tiger Analytics/tiger.exe -------------------------------------------------------------------------------- /VMware/Drive-18.04.2022/vmware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/VMware/Drive-18.04.2022/vmware.py -------------------------------------------------------------------------------- /Verdis/1/verdis_q1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Verdis/1/verdis_q1.txt -------------------------------------------------------------------------------- /Verdis/2/verdis_q2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Verdis/2/verdis_q2.cpp -------------------------------------------------------------------------------- /Verdis/2/verdis_q2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Verdis/2/verdis_q2.exe -------------------------------------------------------------------------------- /Verdis/3/verdis_q3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Verdis/3/verdis_q3.cpp -------------------------------------------------------------------------------- /Verdis/3/verdis_q3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Verdis/3/verdis_q3.csv -------------------------------------------------------------------------------- /Verdis/3/verdis_q3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Verdis/3/verdis_q3.exe -------------------------------------------------------------------------------- /Yubi-CredAvenue/bitwiseRecurrence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Yubi-CredAvenue/bitwiseRecurrence.py -------------------------------------------------------------------------------- /Yubi-CredAvenue/getMinLength.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Yubi-CredAvenue/getMinLength.py -------------------------------------------------------------------------------- /Yubi-CredAvenue/minimumSwaps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyajeetramnit/Placement-2023/HEAD/Yubi-CredAvenue/minimumSwaps.py --------------------------------------------------------------------------------