Skip to content

iamdeepak199/Udemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udemy-Cpp

MasterHead

Questions & Topics Coverd In The Course :-

  1. SI
  2. Sum Of 1 To N
  3. Sum Of N Number
  4. Prime or Not
  5. GCD ->
  6. Pyramid ->
  7. Sum Of Digit
  8. Largest Number
  9. Sum Of Multiple Input ->
  10. Squre Of Number
  11. Typecasting ->
  12. Average Marks
  13. Find The Ceil Value
  14. Find The Floor value
  15. Electricity Bill Calculator ->
  16. Calculator (Simple)
  17. Odd or Even
  18. Cash Withdrawal
  19. Predict Grade
  20. Fixed Diposite Interest ->
  21. Print Reverse Of A Number
  22. Prime Or Not ?
  23. Find Largest
  24. Sum Of Odd Digit/Even Digit
  25. Fizz Buzz
  26. Armstrong Number
  27. Factorial Of A Number
  28. Fibonacci Series
  29. Prime Number Till N

Functions:

  1. Find Factoral
  2. Find Binomial Coefficient (nCr)
  3. Check Prime (Linear)
  4. Check Prime (Sqrt N Optimisation)
  5. Prime Number Optimised Code
  6. Primes In Range
  7. Binary To Decimal
  8. Sum Of Digits
  9. Decimal To Binary
  10. Find Area Of Given Shape
  11. Power Function
  12. Multiply Two Number Without Using * ->
  13. Trailing Zeroes In N
  14. Trailing Zeroes N!

Arrays:

  1. Find Missing Number
  2. Largest & Smallest Number
  3. Median Of Array
  4. Kth Smallest In The Array
  5. Move All Negative Element To One Side Of the Array
  6. Find Intersection Of Two Array
  7. Find The Frequency Of The Given Element
  8. Pair Sum
  9. Three Sum
  10. Rotate An Array By K
  11. Reverse On Array
  12. Two Pointers (Revverse Array)
  13. Print All Subarrays

Searching Algorithm:

  1. Linear Search
  2. Binary Search
  3. Find The Element In The Array
  4. Count Of 1
  5. Square Root
  6. Bubble Sort
  7. Selection Sort
  8. Insertion Sort
  9. Count Of One In Array
  10. Sort An Array
  11. Search Element In Sorted Array
  12. Find First And Last Occurrence Of One Element In An Array
  13. Sort An Array Of 0,1,2
  14. Sum Of Each Row & Column
  15. Merged Two Array

2D Array:

  1. 2D Array
  2. Wave Print
  3. Spiral Print
  4. Staricase Search
  5. Number Of Zeroes
  6. Check Wheather Product Of Element Are Positive Or Neg
  7. Sum Of Even Numbers
  8. Sum Of All Diagonals Elements
  9. Search A 2D Matrix
  10. Mirror Image
  11. Spiral Print

Character Data:

  1. ASCII All The Characters
  2. Take A Input Letter,Identify,Whitespace,Uppercase,Lowercase,Special Character
  3. Shorest Path
  4. ABCD Pattern

Character Array/C-Style String

  1. Largest String
  2. Password Checker
  3. Comparison String
  4. 2D Character Arrays
  5. Largest Character
  6. Largest Frequency Character
  7. IS Character Array Sorted
  8. Count Of Unique Character
  9. Rotate The Matrix

C++ String

  1. Vaild Anagram
  2. Is string Palindrom
  3. Upper To Lower
  4. Largest Frequence
  5. All Alphabets Present Or Not ?
  6. Given String Can be Formed or Not
  7. Sum Of all elements below main diagonal
  8. Roman To Integer
  9. Number Of Words
  10. Logest Common Prefix
  11. Remove All Adjacent Duplicates
  12. Check For Subsequence

Dynamic Memory

  1. Dynamic Memory 1D Array
  2. Dynamic Memory 2D Array

Vector

  1. 2D vectors
  2. Sort A Vector Of integer
  3. Mereg Two Vector String
  4. Sort A Vector Of String
  5. Maximum Element
  6. Set Metrix Zero

Bit-Masking Techniques :

  1. Check Odd/Even
  2. Get ith Bit
  3. Set ith Bit
  4. Clear ith Bit
  5. Update ith Bit
  6. Clear Last bit
  7. Clear Bit in Range
  8. Replace Bit
  9. Power Of 2
  10. Counting Set
  11. Fast Exponentition
  12. Decimal to Binary
  13. Count Of Set Bit
  14. Power Of Set bit
  15. Divide An integer without Division Operator
  16. Find Square Of number without Multiply
  17. Find a Number which is singly Present

Recursion :

  1. Factorial
  2. Fibonaci
  3. Sort an Array
  4. Incressing & Decreasing Number
  5. Sum Of Digits
  6. Fibonaci Series 2
  7. Binomial Coefficient
  8. Tiling Problem
  9. Pallindrom
  10. First Occurence
  11. Last Occurence
  12. Frequency Of Elements
  13. Power Function
  14. Count Binary Strings

OOP'S

  1. Classes
  2. Getter & Setter Function
  3. Constructors
  4. Constructors Types 1.Copy 2.Parameterized 3.Default

About

Hi Everyone This is C++ Notes which are covered almost an important topics & important Coding Questions hope you like it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages