Learning C++ & DSA Basics
- Best Guide for C++: Cherno
- DSA: Apna College
- Data Structures: mycodeschool
- Reverse a Linked List: Anuj Bhaiya
- Revised C++ basic syntax.
- Basic Patterns using loops.
- Maths series problems(Fibonacci, Armstrong series)
- Time & Space Complexity
- Linear & Binary Search
- Learning Sorting (Selection Sort)
- Learned Basics of C++
- Dynamic Memory allocation using 'new' & malloc calloc realloc .
- void pointers, type casting.
- classes & structs
- Nothing Progress
- Studied Roadmap for Data structures.
- Learned about Linked List.
- Did 3-4 question on array & linked list(GeeksofGeeks basic difficulty level).
- Implemented Linked List
- Learned Stacks,Queues & Circular Linked List.(got Familiar with concepts)
- Did 5-6 questions on CodeChef (Getting started Practice Contest)
- Did 5-6 Questions on CodeChef & Practice array questions
- Revised Bubble,Selection,Insertion Sort.
- Learned Binary Tree