Skip to content

Latest commit

 

History

History
55 lines (52 loc) · 7.45 KB

README.md

File metadata and controls

55 lines (52 loc) · 7.45 KB

cpp-basics

This folder contains all cpp solutions for cpp-basics.

Files with suffix _std uses input.txt and output.txt std input and output (used in OnlineJudge).

SL NO. PROGRAM NAME DATE
01 Manmohan Loves Patterns - I 25-06-2023
02 Von Neuman Loves Binary_std 27-06-2023
03 Fahrenheit Celsisus Conversion 27-06-2023
04 Number Pyramid Pattern I 27-06-2023
05 Finding Square Root 27-06-2023
06 Final Displacement 28-06-2023
07 Using Operators 28-06-2023
08 Number Pattern II 28-06-2023
09 Unique Number 28-06-2023
10 Factorial Trailing Zeroes LC-172 28-06-2023
11 Print N Primes 29-06-2023
12 Nth Fibonacci Number 29-06-2023
13 Alphabet Pattern I 29-06-2023
14 Linear Search 29-06-2023
15 Largest and Smallest Number 30-06-2023
16 Binary Search 30-06-2023
17 Selection Sort 30-06-2023
18 Bubble Sort 30-06-2023
19 Insertion Sort 30-06-2023
20 Inbuilt Sort 30-06-2023
21 SubArray Sum I - O(n^3) 02-07-2023
22 SubArray Sum II - O(n^2) 02-07-2023
23 SubArray Sum III (Kadanes Algorithm) - O(n) 02-07-2023
24 Pair Sum - Two Pointer 02-07-2023
25 Character Array 02-07-2023
26 Reading Sentences - cin.get() & cin.getline() 02-07-2023
27 Palindrome String 03-07-2023
28 Valid Palindrome LC-125 03-07-2023
29 Remove Consecutive Duplicate Characters 03-07-2023
30 Largest String 03-07-2023
31 String STL 04-07-2023
32 String Sorting 04-07-2023
33 String Tokenization using strtok() 05-07-2023
34 Implementing String Tokenizer 05-07-2023
35 Order Strings HR 05-07-2023
36 2D Array 15-07-2023
37 Wave Print 2D Array_std 15-07-2023
38 Spiral Print 2D Array_std 15-07-2023
39 Piyush and Magical Park_std 16-07-2023
40 Rotate Image(N x N Array)_std 16-07-2023
41 Staircase Search_std 17-07-2023
42 2D Character Array_std 17-07-2023
43 Submatrices Sum ALL Approach_std 17-07-2023
44 Sub-Matrix Sum Query_std 17-07-2023
45 Max Sub-Matrix Sum (in Row & Col Wise Sorted Matrix)_std 18-07-2023
46 Search Element (in Row & Col Wise Sorted Matrix)_std 18-07-2023
47 Pointers Reference Dereference 21-07-2023