Skip to content

Ru311/100-days-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

100-days-of-code

Here, I will be posting my notes & codes from #100daysofcoding challenge

Day-1

• Virtual Functions • Abstract Class • Templates • File handling

Notes

Day-2

• Initializers in C++ • Deep copy and shallow copy • Type conversions

Notes

Day-3

• Dynamic Constructor • Namespace • Nested class

Notes

Day-4

This day was dedicated for revision so no notes

Day-5

STL C++ •Array •Pair •Tuple •Map •Vector •List •String

Notes

Day-6

• Rate of growth • Asymptotic notation • Big O notation

Notes

Day-7

Below are the problems I solved for practice:

  1. Least Common Multiple
  2. Greatest Common Divisor
  3. Last digit of a Fibonacci number
  4. Fibonacci number

Day-8

From this day onwards I will start practicing problems of the first Data Structure Array
I will solve total 50 questions

  1. Array1
  2. Array2
  3. Array3
  4. Array4
  5. Array5

Day-9

  1. Array6
  2. Array7
  3. Array8
  4. Array9
  5. Array10

Day-10

  1. 0 to 5
  2. sum of array
  3. union

Day-11

  1. Array
  2. Array
  3. Array
  4. Array

Day-12

  1. operations
  2. finding element
  3. minimum index
  4. product of elements.

Day-13

  1. binary search
  2. number of numbers
  3. third largest ele

Day-14

  1. duplicate
  2. Inverse Permutation
  3. sum of distinct ele

Day-15

  1. min max.
  2. min of first and max of second.
  3. balancing

Day-16

  1. matrix exchange
  2. array ds.cpp
  3. swaping

Day-17

  1. candles
  2. max gap

Day-18

  1. Total count
  2. longest subarray

Day-19

  1. Adding ones
  2. Count the zeros
  3. Move all zeros to right

Day-20

  1. k largest elements
  2. Co-prime
  3. Counting pairs
  4. Diff of k
  5. Even sum
  6. Kth smallest element
  7. Minimum energy
  8. Sum of distinct ellements
  9. abs array elements
  10. counting x

About

Here, I will be posting my codes from #100daysofcoding challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages