0% found this document useful (0 votes)
284 views3 pages

Resources

This document outlines the resources and tasks for several sections on C++ basics, problem solving techniques, and algorithms. The sections include introductions to C++ and online judges, time and space complexity, problem solving strategies, number theory, searching and sorting algorithms, and the C++ Standard Template Library (STL). Each section provides lecture slides, feedback forms, and 10-15 practice problems to reinforce the concepts covered.

Uploaded by

fds sssa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
284 views3 pages

Resources

This document outlines the resources and tasks for several sections on C++ basics, problem solving techniques, and algorithms. The sections include introductions to C++ and online judges, time and space complexity, problem solving strategies, number theory, searching and sorting algorithms, and the C++ Standard Template Library (STL). Each section provides lecture slides, feedback forms, and 10-15 practice problems to reinforce the concepts covered.

Uploaded by

fds sssa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Section: C++ Basics 1

Resources:
- Lecture slides 1.1 C++ Basics 1:
https://drive.google.com/file/d/1wRiGozqal1s7YD0dH88dmS2ZNUR2Kqp1/view
- C++ Basics 1.1 Feedback Form: https://forms.gle/p2DtZzQuQ2xmutae8
- Lecture Slides 1.1 Introduction to Online Judges:
https://drive.google.com/file/d/1s9IQzo11vRofExgv5dkNdWcwLjoGNqnP/view
- Introduction to Online Judges 1.1 Feedback Form:
https://forms.gle/A3dohxG5ZjnnCcuT9
- Lecture Slides 1.2 Introduction to Online Judges :
https://drive.google.com/file/d/1s9IQzo11vRofExgv5dkNdWcwLjoGNqnP/view
- Introduction to Online Judges 1.2 Feedback Form :
https://forms.gle/A3dohxG5ZjnnCcuT9
Tasks:
- Task 1: https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/J
- Task 2: https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/T
- Task 3: https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/F
- Task 4: https://codeforces.com/group/MWSDmqGsZm/contest/326907/problem/D
- Task 5: https://codeforces.com/problemset/problem/4/A
- Task 6: https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/G
- Task 7: https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/I
- Task 8: https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/K
- Task 9: https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/L
- Task 10: https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/N
- Task 11: https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/Y
- Task 12: https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/W
- Task 13: https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/V
- Task 14: https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/U
- Task 15: https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/Z

Section: C++ Basics 2 + Online Judge Introduction


Resources:
- Lecture Slides C++ Basics 2:
https://drive.google.com/file/d/1yoiTXwkI79m8gHESUwQb0YCD9fiW4BBb/view
- Feedback Form C++ Basics 2: https://forms.gle/nBSVjRK6xUNar4kE8
Tasks:
- Task 1: https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/K
- Task 2: https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/H
- Task 3: https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/C
- Task 4: https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/Z
- Task 5: https://codeforces.com/group/MWSDmqGsZm/contest/219432/problem/J
- Task 6: https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/O
- Task 7: https://codeforces.com/problemset/problem/1/A
- Task 8: https://codeforces.com/problemset/problem/630/A
- Task 9: https://codeforces.com/group/MWSDmqGsZm/contest/329103/problem/G
- Task 10: https://atcoder.jp/contests/abc258/tasks/abc258_a
- Task 11: https://codeforces.com/problemset/problem/271/A
- Task 12: https://codeforces.com/problemset/problem/1030/A
- Task 13: https://atcoder.jp/contests/abc263/tasks/abc263_a

Section: Time and Space Complexity


Resources:
- Lecture slides Time Complexity 23-04-2023 TLE 1:
https://drive.google.com/file/d/1CyrW0c2nB7-vaJV4X5hbzS52-9HEmP7k/view
- Feedback Form Time Complexity 23-04-2023 TLE 1:
https://forms.gle/dDbZ37HD8JWiyznb8
Tasks:
- Task 1: https://codeforces.com/problemset/problem/1535/A
- Task 2: https://codeforces.com/problemset/problem/214/A
- Task 3: https://codeforces.com/problemset/problem/320/A
- Task 4: https://www.hackerrank.com/challenges/summing-the-n-series/problem
- Task 5: https://www.hackerrank.com/challenges/number-groups/problem
- Task 6: https://codeforces.com/problemset/problem/758/A
- Task 7: https://codeforces.com/problemset/problem/1374/A
- Task 8: https://codeforces.com/problemset/problem/1512/A
- Task 9: https://codeforces.com/problemset/problem/199/A
- Task 10: https://codeforces.com/problemset/problem/1269/A
- Task 11: https://codeforces.com/problemset/problem/1496/A
- Task 12: https://codeforces.com/problemset/problem/1428/C
- Task 13: https://codeforces.com/problemset/problem/1633/C
- Task 14: https://codeforces.com/problemset/problem/1499/B

Section: Problem Solving (general)


Resources:
- Feedback Form Problem Solving 1 + Strings 30-04-2023 :
https://forms.gle/kQ4wf4oJwnG4Kz2bA
- Lecture slides Problem Solving 1 + Strings 30-04-2023:
https://drive.google.com/file/d/1IkzlzWHQtMTN8Zd0chvvLFl5WMDV3nQX/view
Tasks:
- Task 1: https://cses.fi/problemset/task/1083
- Task 2: https://cses.fi/problemset/task/1094
- Task 3: https://cses.fi/problemset/task/1713
- Task 4: https://leetcode.com/problems/find-the-distance-value-between-two-
arrays/
- Task 5: https://codeforces.com/problemset/problem/1335/C
- Task 6: https://codeforces.com/problemset/problem/1374/B
- Task 7: https://cses.fi/problemset/task/1071
- Task 8: https://cses.fi/problemset/task/1755
- Task 9: https://codeforces.com/problemset/problem/1343/C
- Task 10: https://codeforces.com/problemset/problem/1327/A

Section: Number Theory


Resources:
- Feedback Form Number Theory 2 : https://forms.gle/LiCo5Ckj252M7NFU6
- Lecture slides Number Theory 2:
https://drive.google.com/file/d/1FKoGyCg2P2sTGmivYYPH790GOTWn_1ku/view
Tasks:
- Task 1: https://codeforces.com/contest/1549/problem/A
- Task 2: https://codeforces.com/problemset/problem/1475/A
- Task 3: https://codeforces.com/problemset/problem/1165/D
- Task 4: https://codeforces.com/problemset/problem/17/A
- Task 5: https://www.hackerrank.com/challenges/sherlock-and-divisors/problem
- Task 6: https://codeforces.com/problemset/problem/1474/B
- Task 7: https://codeforces.com/problemset/problem/1143/B
- Task 8: https://codeforces.com/problemset/problem/797/A
- Task 9: https://codeforces.com/problemset/problem/682/A
- Task 10: https://codeforces.com/problemset/problem/1521/A
- Task 11: https://www.codechef.com/problems/STRNO
- Task 12: https://codeforces.com/problemset/problem/1285/C
- Task 13: https://codeforces.com/problemset/problem/550/C

Section: Searching and Sorting


Resources:
- Lecture slides Searching and Sorting 21-05-2023:
https://drive.google.com/file/d/1DEwBux8RGVaa1vXRG25WjGQ3l_lUFlvA/view
- Feedback Form Searching and Sorting 21-05-2023:
https://forms.gle/LtCUeh5JNbpZHxVu9
- Feedback Form Binary Search 27-05-2023: https://forms.gle/KkjABM2xZRA5wQ94A
- Lecture slides Binary search 27-05-2023:
https://drive.google.com/file/d/1nlGLIK_LCkx9RslW26IWIfC3-HcmsrLc/view
Tasks:
- Task 1: https://leetcode.com/problems/sum-of-all-odd-length-subarrays/
- Task 2: https://leetcode.com/problems/find-pivot-index/
- Task 3: https://leetcode.com/problems/sqrtx/
- Task 4: https://leetcode.com/problems/search-insert-position/
- Task 5: https://leetcode.com/problems/product-of-array-except-self/
- Task 6: https://leetcode.com/problems/peak-index-in-a-mountain-array/
- Task 7: https://leetcode.com/problems/missing-number/
- Task 8: https://codeforces.com/problemset/problem/1675/B
- Task 9: https://codeforces.com/group/c3FDl9EUi9/contest/262795/problem/B
- Task 10: https://codeforces.com/group/c3FDl9EUi9/contest/262795/problem/C
- Task 11: https://codeforces.com/group/c3FDl9EUi9/contest/262795/problem/D

Section: C++ STL


Resources:
- Lecture slides C++ STL 1 28-05-2023 `:
https://drive.google.com/file/d/1N70APv9ppM-KDHKqVeWiPFscUHgCl_X8/view
- Feedback Form C++ STL 1 28-05-2023 `: https://forms.gle/YpVdVG3px5gzWUhD8
Tasks:
- Task 1: https://www.codechef.com/LRNDSA03/problems/SAVKONO
- Task 2: https://www.codechef.com/LRNDSA03/problems/CVOTE
- Task 3: https://www.codechef.com/LRNDSA03/problems/DPAIRS
- Task 4: https://www.codechef.com/LRNDSA03/problems/FENCE
- Task 5: https://www.codechef.com/LRNDSA04/problems/STACKS
- Task 6: https://www.codechef.com/LRNDSA04/problems/EURON
- Task 7: https://www.codechef.com/LRNDSA04/problems/QHOUSE
- Task 9: https://www.codechef.com/LRNDSA02/problems/NOTALLFL
- Task 8: https://cses.fi/problemset/task/1755
- Task 10: https://www.codechef.com/LRNDSA03/problems/EXUNC

You might also like