Skip to content

Files

Latest commit

 

History

History
58 lines (42 loc) · 4.06 KB

asgmt1.md

File metadata and controls

58 lines (42 loc) · 4.06 KB

Language Basics (Last Week of November)

Resources

Variable Types

Time & Space Complexities

Operators, Loops & conditionals

Errors in Programming

gfg runtime errors

STL (Standard Template Library)

Pattern Mostly Asked Questions

Questions

  1. Time complexity mcq
  2. Zoos | Practice Problems (hackerearth.com)
  3. Reverse Digits
  4. Armstrong Numbers
  5. Write a program in C++ to find the sum of the series 1 +11 + 111 + 1111 + .. n terms. (no link practice on your own)
  6. Write a program in C++ to display the number in reverse order (no link practice on your own)
  7. Write a program in C++ to Check Whether a Number can be Express as Sum of Two Prime Numbers (no link practice on your own)
  8. Replace all 0's with 5
  9. Prime Number
  10. Closest Number
  11. How Many X's?
  12. Number of Common Factors - LeetCode
  13. Sum of Number and Its Reverse - LeetCode

Extras (nice if you get this far)

  1. Water and Jug Problem - LeetCode
  2. Water Bottles - LeetCode
  3. Nth Digit - LeetCode
  4. Calculate Money in Leetcode Bank - LeetCode