Search for notes by fellow students, in your own course and all over the country.
Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.
Title: Data structure algorithm
Description: Announcing the best Data Structures & Algorithms course that you can watch on YouTube right now. With no prerequisites, you can go from 0 to advanced and clear your coding rounds of FAANG companies with ease. I don't just teach you about Data Structures & Algorithms. I teach you how to think. The course is designed in such a way that will elevate your thought process, encourage you to visualise problems and identify patterns in your coding interviews.
Description: Announcing the best Data Structures & Algorithms course that you can watch on YouTube right now. With no prerequisites, you can go from 0 to advanced and clear your coding rounds of FAANG companies with ease. I don't just teach you about Data Structures & Algorithms. I teach you how to think. The course is designed in such a way that will elevate your thought process, encourage you to visualise problems and identify patterns in your coding interviews.
Document Preview
Extracts from the notes are below, to see the PDF you'll receive please use the links above
Introduction To JAVA (In English) Java Basics Course DSA In Java
This topic is a part of the series data structures and algorithms in java by coding ninjas the
ultimate guide from scratch to hash that makes you unbeatable in dsa using java
...
We 'll go to
core aspects like features of java terminologies used in java and also see a brief comparison
between java and c plus plus
...
i will solve few questions on code studio with you and at the end of that i will explain
line to line the meaning of each line in the java
...
The language is robust that means it is reliable it is developed to
put much effort into checking errors as early as possible that is why java compilers can detect
those errors which are not easy to see by other programming languages
...
After writing the code it is sent to java compiler that is java compiler
...
Data Structures In Java
Data structures are just a particular way of organizing data in a computer simply that and why
do we need them because the amount of data is very huge so using different kinds of data
structures according to our needs becomes very important because it help us in storing the data
efficiently and retrieving the data quickly as well in future when we need to do something about
the data
...
The next operation is insertion like in case of a linked list
necklace necklace is like this
...
To declare an array we should know two things first
the size of the element and the data type if i know these two things i can create an error and the
syntax syntax is very easy
...
The indexing of an array always starts from 0
...
In this topic we 'll be discussing what are
algorithms some real-life scenarios of algorithms
...
We observe that dictionary
the words of dictionary are sorted all right so using this observation we can improvise our
algorithm so what do i mean by that? We can simply remove the left hand side of our dictionary
and we can only find for the word said or whatever or our word with what we were looking for on
the right hand side
...
Title: Data structure algorithm
Description: Announcing the best Data Structures & Algorithms course that you can watch on YouTube right now. With no prerequisites, you can go from 0 to advanced and clear your coding rounds of FAANG companies with ease. I don't just teach you about Data Structures & Algorithms. I teach you how to think. The course is designed in such a way that will elevate your thought process, encourage you to visualise problems and identify patterns in your coding interviews.
Description: Announcing the best Data Structures & Algorithms course that you can watch on YouTube right now. With no prerequisites, you can go from 0 to advanced and clear your coding rounds of FAANG companies with ease. I don't just teach you about Data Structures & Algorithms. I teach you how to think. The course is designed in such a way that will elevate your thought process, encourage you to visualise problems and identify patterns in your coding interviews.