Skip to content

izzarzn28/DSA-BootCamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures Algorithms

Vedio-1 : Best Data Structures & Algorithms (DSA)

  • All about the Course
  • Course Contents and Benifits

Vedio-2 : Java vs C++ for Data Structures & Algorithm

  • C++ should be prefered for CP
  • Both Java and C++ has its own Advantages

Vedio-3 : How I Cleared My Google Interviews - Use LeetCode Effectively.

  • How to find problems
  • Order of problems
  • What to do if you get stuck
  • Best practices to find solutions
  • How to balance it with development
  • And share some resources for your interviews!

Vedio-4 : Complete Git and GitHub Tutorial

Vedio-5 : Introduction to Programming - Types of Languages, Memory Management.

  • Procedural vs Functional vs Object Oriented Languages
  • Static vs Dynamic memory allocation
  • Objects and references

Vedio-6 : Flow of Program - Flowcharts & Pseudocode

  • In this video, we discuss the flow of the program. Giving you insights about how to visualise your algorithms using flowcharts and turn them into pseudocode.
  • We cover concepts like if conditions, loops, and also learn how to find whether a number is prime or not in an efficient way.

Vedio-7 : Introduction to Java - Architecture & Installation

  • In this video we learn about the fundamentals of Java. How it works, the architecture, code execution, every single step in detail. We also cover the installation of tools that are required to write code in Java.

Vedio-8 : First Java Program - Input/Output, Debugging and Datatypes

  • In this video we run our first Java program from scratch, providing a hands on demo of every step. We cover input and output in Java, data types, type conversion and casting, debugging, control flow, loops, and also solve a few problems.

Vedio-9 : Conditionals and Loops + Calculator Program

  • In this video, we discuss conditionals and loops in Java. We cover if-else statements, adding multiple checks, for, while, do-while loops.
  • In addition to this, we also cover some questions to apply things into practice, and also create a calculator program.

Vedio-10 :

--