• Post category:StudyBullet-11
  • Reading time:4 mins read


Data structure & algorithm deep dive

What you will learn

learn to write a clean, correct and Faster code that’s according to my perspective is requirement of industray

basic to advanced skills in java that helps you to do backend programing

learn all types of algorithms used in data structure

learn the philosophy of theory in so easy manner using practical examples

learn what’s happening inside a computer’s memory while you write a code and how data is stored

Description

Hey guys this course if for those who just get in this Data structure and algorithm thing, this course is mostly theory and will cover only introduction concepts of DSA if you want to learn some advance concepts of DSA in future i am planning to cover some advanced concepts in detail

my course you will get each and everything in so much detail and easy manner I explained each concept using various practical examples I have divided this course in different sections:

Well courses that I have uploaded now is only first module:

First Section

Introduction to java

  • Introduction to programing Language
  • Origin of Java
  • Java relationship to C and C++

Second Section


Get Instant Notification of New Courses on our Telegram channel.


Introduction to data structure and algorithm

  • Why we need Data structure?
  • What is Algorithm?
  • Definition of DSA
  • Classification of Data structure
  • Operation on data structure
  • Types of Algorithms

Third Section

Abstract data types

  • Types and Data types
  • Definition of ADT

Well, prerequisite for this course is just to have a basic knowledge of java concepts, however knowing how to code is not necessary

well, anyone who is interested in exploring some advance concepts of programing should learn data structure and algorithm as it introduces you the many new things that can make your code look cleaner and faster

By a clean code I don’t mean to write a code without error but a code that consumes lesser number of lines and by faster, I mean to write a code that runs very fast.

English
language

Content

Introduction to Java

Introduction to programing Language
Origin of Java
Java relationship to C and C++
Quiz:1

Introduction to Data structure & Algorithm

Why we need Data structure?
Quiz: 2
What is Algorithm?
Quiz:3
Definition of DSA
Classification of Data structure
Operation on data structure
Types of Algorithm
Quiz:4
Quiz:5

Abstract data types

Types and Data types
Definition of ADT
Quiz:06