Skip to content

InsanelyHarsh/C-PlusPlus-DSA-Basics

Repository files navigation

C-PlusPlus-DSA-Basics

Learning C++ & DSA Basics

Source of Learning

Day 01 (2 Feb 2022)

  • Revised C++ basic syntax.
  • Basic Patterns using loops.
  • Maths series problems(Fibonacci, Armstrong series)
  • Time & Space Complexity

Day 02 (3 Feb 2022)

  • Linear & Binary Search
  • Learning Sorting (Selection Sort)

Day 03 (4 Feb 2022)

  • Learned Basics of C++
  • Dynamic Memory allocation using 'new' & malloc calloc realloc .
  • void pointers, type casting.
  • classes & structs

Day 04 (- Feb 2022)

  • Nothing Progress
  • Studied Roadmap for Data structures.

Day 05 (7 Feb 2022)

  • Learned about Linked List.
  • Did 3-4 question on array & linked list(GeeksofGeeks basic difficulty level).

Day 06 (8 Feb 2022)

  • Implemented Linked List
  • Learned Stacks,Queues & Circular Linked List.(got Familiar with concepts)
  • Did 5-6 questions on CodeChef (Getting started Practice Contest)

Day 07 (9 Feb 2022)

  • Did 5-6 Questions on CodeChef & Practice array questions
  • Revised Bubble,Selection,Insertion Sort.
  • Learned Binary Tree

Day 08 ()