This initiative started by Arsh Goyal who is helping coding community to crack interviews. Click Link to join 6Companies30Days.
├── Company_01
│ ├── Question_1
│ │ └── solution.cpp
│ ├── Question_2
│ │ └── solution.cpp
. .
. .
├── Company_02
│ ├── Question_1
│ │ └── solution.cpp
│ ├── Question_2
│ │ └── solution.cpp
| .....
. .
. .
. .
. .
. .....
├── Company_06
│ ├── Question_1
│ │ └── solution.cpp
│ ├── Question_2
│ │ └── solution.cpp
. .
. .
└── README.md
| Company | Question | Question Name | Link | Cpp Sol. |
|---|---|---|---|---|
| Goldman Sachs | 01 | Calculating Maximum Profit | Question link | Solution |
| 02 | Longest Mountain | Question link | Solution | |
| 03 | IPL 2021 - Match Day 2 | Question link | Solution | |
| 04 | Brackets in Matrix Chain Multiplication | Question link | Solution | |
| 05 | Phone directory | Question link | Solution | |
| 06 | Maximum of all subarrays of size K | Question link | Solution | |
| 07 | First non-repeating character in a stream | Question link | Solution | |
| 08 | Count ways to N'th Stair(Order does not matter) | Question link | Solution | |
| 09 | Is Sudoku Valid | Question link | Solution | |
| 10 | Nuts and Bolts Problem | Question link | Solution | |
| 11 | Serialize and Deserialize a Binary Tree | Question link | Solution | |
| 12 | Column name from a given column number | Question link | Solution | |
| 13 | Rotting Oranges | Question link | Solution | |
| 14 | Burning Tree | Question link | Solution | |
| 15 | Delete N nodes after M nodes of a linked list | Question link | Solution | |
| Amazon | 01 | Calculating Maximum Profit | Question link | Solution |
| 02 | Longest Mountain | Question link | Solution | |
| 03 | IPL 2021 - Match Day 2 | Question link | Solution | |
| 04 | Brackets in Matrix Chain Multiplication | Question link | Solution | |
| 05 | Phone directory | Question link | Solution | |
| 06 | Maximum of all subarrays of size K | Question link | Solution | |
| 07 | First non-repeating character in a stream | Question link | Solution | |
| 08 | Count ways to N'th Stair(Order does not matter) | Question link | Solution | |
| 09 | Is Sudoku Valid | Question link | Solution | |
| 10 | Nuts and Bolts Problem | Question link | Solution | |
| 11 | Serialize and Deserialize a Binary Tree | Question link | Solution | |
| 12 | Column name from a given column number | Question link | Solution | |
| 13 | Rotting Oranges | Question link | Solution | |
| 14 | Burning Tree | Question link | Solution | |
| 15 | Delete N nodes after M nodes of a linked list | Question link | Solution |
