Cracking Coding and Competitive Programming in Java

  • Learn Data Structure, Algorithms & problems solving techniques in Java
  • System Design Interview Preparation
  • Prepare For Competitive Programming

Prerequisite

  • Basic loop understanding in Java is required as a prerequisite of this course rest all we will teach as part of the course
  • All Concepts Explains From Very Basic to Advanced level

Who Should Subscribe For This Course

  • Freshers Candidates preparing for interviews of Big-5(Google,Amazon Microsoft,Facebook,Apple) and Top Product Based organization
  • B.Tech/MCA/MS Students looking for data structures Algorithms & System Design training
  • Candidates preparing for competitive programming
  • Job seekers who are preparing for interview in Product MNC/ecommerce companies
  • Anyone who has deep desire to learn data structures Algorithms and System Design to improve programming/coding skills and designing skills

Course Features In Details - Self Paced Course

The most effective immersive learning experience with our self-paced course

  • It's not about solving every problem of every topic but it's about practicing similar problems to understand the tricks. Once you know the tricks then any problems can be solved easily.
  • Each topic explains from a very basic to advanced level by using multiple examples.
  • More focus is on Tricks,Techniques and implementation than theory.Become master in Data structures, Algorithms & System Design in 2-3 Months of preparation.

  • Many times Working professionals or Freshers candidates devalue the importance of learning data structures, algorithms & system design considering it as complicated. However they soon get a reality check when they enter the real-world for job hunting.
  • Big Tech Giants like Amazon, Google, Microsoft or any product companies always ask questions related to algorithms, data structures & system design to check the problem-solving & system design abilities of the candidates

  • No Strict Timing or Sharp Deadlines to Complete the course.
  • Consistent 2 hours of everyday regular preparation is the key to Solid Foundation.
  • Most of the working professionals have working office hours, as well as freshers students, have Academic schedules. So, You can prepare this course according to Schedule & Pace.
  • Ask your doubts any time with experts. Use Lectures for understanding the concepts and assignments for practice.

  • We have assignments with every lecture on every topic.
  • After understanding lectures give it a shot to assignments that are based on similar concepts of lectures.
  • Even if you can't able to crack assignments by yourself, we have all assignments in detail discussion with code explanation.
  • In this course, we teach all techniques of solving algorithms with the help of (Lectures + Assignments) combo.

  • Ask your doubts anytime.
  • No need to wait for a specific time to clarify your doubts.
  • Dedicated mentor is assigned to you
  • Doubt clearing program is executed by experts having of 10+ years industry experience .
  • Every lecture & assignment has doubts clearing option where users can ask their doubts related to that lecture.
  • Also, Subscribers can include code,voice screen record or screenshot. All queries will be answered by our experts.

  • Weekly coding test is the gateway for top tech companies interviews.
  • You can perform these tests any time during your preparation.
  • All performers are eligible for our Job referral program in top tech companies
  • We refer candidates resume and schdule interviews through our partnered consultancies and contacts in Top Product Based software companies.

  • For every lecture, we provide a complete code solution in your favourite editor in Java, Python & C++.
  • For assignments you can also Practice code in editor.

  • It is also very important to test subscribers progress while preparing for the course. We have online coding tests for specific topics every week in Data Structure & Algorithms.
  • We keep track of your progress during the course preparation program.
  • These Online tests for every topic will brush up coding skills.

  • Before appearing for an actual interview, It is important to have multiple rounds of mock interviews.
  • All the performant subscribers will be eligible for Mock interviews as well as Job referral program.

Analyzing every code of all lectures & assignments with step by step execution with diagrams and pointers. You can analyse by yourself every code line by line

Cracking the Coding Interview For Freshers Candidate

Road Map To A High Package Job
Course Content 56:16:07 245 lectures
  • Time Complexity analysis using Big O Notation
  • Space Complexity analysis using Big O Notation
  • Techniques to find time & space complexity
  • Array overview & introduction
  • Searching algorithms Introduction & Implementation
  • Binary search algorithm, implementation with examples
  • Searching max value in ordering array & rotational array using binary search
  • Sorting Algorithms & Implementation
  • Find Inversion array & median of two array using merge sort
  • Shuffling array element by segregate 0’s,1’s & 2’s with moving 0’s to end
...more...

Assignments & Assignments Discussion

  • Array basic implementation
  • Array traversal Algorithms
  • Linear time approach to find next smallest palindrome & next greater number in array
  • Minimum Window Substring & two pointers techniques
  • Distinct window substring & remove duplicates from order, un-ordered strings
  • Quick sort approach for maximum Sum Subarray, Kth smallest element in an array
  • Xor techniques to find one & two unique element in an array
  • Trapping Rain Water, Rearrange array for max( arr[i] - arr[j])
  • Design array data structures with O(1) operations
...more...

Assignments & Assignments Discussion

  • Array basic implementation
  • Array traversal Algorithms
  • Techniques to solve matrix related problems(2-D array)
  • Spiral order traversal, Diagonal Order Matrix, 90 degree matrix rotation etc
  • Array Puzzle problem(Celebrity problem, stock buy sell, distributed candy etc)
  • Compute Sqrt(x) using binary search
  • Array computation to check rectangle Overlap & jump game problem
  • Counting sort approach & problems
  • Search efficiently in 2-D array
  • Problem based on geometrical computational array
...more...

Assignments & Assignments Discussion

  • Array basic implementation
  • Array traversal Algorithms
  • Foundations, Binary tree concepts & creation
  • Making a tree node class, Explanation & Implementation of Binary Tree & BST
  • Binary Tree traversal (InOrder, Pre and Post Order using recursion)
  • Understanding time & space complexity in Binary Tree
  • Basic computation of Lowest Common Ancestor, leave node, cousin node etc
  • PreOrder, InOrder traversal without recursion
  • Conversion BT to BST, BT to Doubly LinkedList
  • Deletion in Binary Search Tree( one node, two node , leaf node etc)
...more...

Assignments & Assignments Discussion

  • Binary Tree/BST basic implementation
  • Binary Tree traversal Algorithms
  • Techniques to solve distance problem in Binary tree
  • K distance from root, all nodes k distance, k distance from leaf etc
  • Minimum distance node, right node at distance etc.
  • Traverse Binary tree left view, right view, bottom view & Top View etc
  • Traverse Binary Tree Level Order,Reverse Level Order, spiral order etc
  • Techniques to solve BST based Problems
  • kth largest element BST, height balanced BST, largest subtree in BST etc
  • Boundary traversal, Diameter of a Binary Tree etc
...more...

Assignments & Assignments Discussion

  • Practise assignments of medium level difficulty in BT/BST
  • Binary Tree traversal Algorithms
  • N-ary Tree Introduction & Implementation
  • Mirror image problems of BT & N-ary Tree
  • Problems based on path in Binary Tree
  • Maximum sum of leaf to root path, Maximum Path Sum(any node), convert BT to sumTree etc
  • Serialise and Deserialise BT, Find largest Subtree etc
  • Construct Binary tree from PostOrder & InOrder sequences
...more...

Assignments & Assignments Discussion

  • Practise assignments of Advanced level difficulty in BT/BST
  • Practise assignments of binary tree
  • Linked List Introduction & Implementation
  • Linked List Operations: Traverse, Insert and Delete
  • Doubly Linked List Introduction, Implementation & Operations
  • LinkedList arrangement & Traversal Problems
  • N’th node from the end, reverse a linked list, intersection point of Liked Lists etc
  • Palindrome linked list
...more...

Assignments & Assignments Discussion

  • Practise assignments of Advanced level difficulty in LinkedList
  • Practise assignments of LinkedList
  • Clone a Linked List
  • Merge two Sorted Linked List
  • Linked List addition
  • Segregate Linked List into Even and Odd
...more...

Segregate Linked List into Even and Odd

  • Practise assignments of Advanced level difficulty in LinkedList
  • Practise assignments of LinkedList
  • Implement merge sort in linked list
  • Flatten a multilevel doubly linked list
  • Design & Implement Least recently used (LRU)
  • Reverse LinkedList nodes in k-group
  • Rearrange a given linked list in-place
...more...

Assignments & Assignments Discussion

  • Practise assignments of Advanced level difficulty in LinkedList
  • Practise assignments of LinkedList
  • Stack: What is stack & how are stacks data structures used?
  • Application & Implementation of stack
  • Queue: What is Queue & how are Queue data structures used?
  • Application & Implementation of Queue
  • Introduction & Implementation of Circular Queue
  • Use stack to find next greater element in array
  • Valid parenthesis
...more...

Assignments & Assignments Discussion

  • Practise assignments of Advanced level difficulty in stack
  • Practise assignments of stack
  • Design Stack that Supports findMinimum() in O(1)
  • Sliding Window Problem using queue Data Structure efficiently
  • Use stack to solve application of Histogram problem
  • Use stack to solve efficiently reverse word in string
  • Find Maximum size rectangle in binary matrix
...more...

Assignments & Assignments Discussion

  • Practise assignments of Advanced level difficulty in stack
  • Practise assignments of stack
  • Recursion is base of Algorithms, how to use it ?
  • Recursion examples with implementation
  • How to apply backtracking using recursion
...more...

Assignments & Assignments Discussion

  • Practise assignments of Advanced level difficulty in Backtracking
  • Practise assignments of Backtracking
  • Implement pow(x, n)
  • Find PowerSet Using Recursion
  • N Queen Problem
  • Print all Permutations of a given String
  • Combinational Sum
...more...

Assignments & Assignments Discussion

  • Practise assignments of Advanced level difficulty in Backtracking
  • Practise assignments of Backtracking
  • Generate Combination of Parenthesis
  • Rat Maze Problem
  • Knight Walk Problem
  • Sudoku Solving Problem
  • Mobile Keypad Problem
...more...

Assignments & Assignments Discussion

  • Practise assignments of Advanced level difficulty in Backtracking
  • Practise assignments of Backtracking
  • Graph Introduction & implementation
  • Adjacency list implementation & traverse in graph
  • Directed & Undirected graph introduction & implementation
  • Depth First Search(DFS) introduction, implementation & Traversal
  • Breadth First Search(BFS) introduction, implementation & Traversal
  • Check graph connectivity using DFS
  • Finding path in Directed Graph using BFS/DFS
  • Find path in Matrix using DFS approach
...more...

Assignments & Assignments Discussion

  • Practise assignments of Advanced level difficulty in graph
  • Practise assignments of graph
  • Topological sorting concepts and implementation
  • Package Dependency problem, Alien Dictionary Problem using Topological etc
  • Find Largest Region Graph, Number of IsLand in matrix etc using BFS graph
  • Find cycle in Directed/Undirected Graph using DFS
  • Rotten Orange Problem, Wall Gate Algorithm etc using BFS
...more...

Assignments & Assignments Discussion

  • Practise assignments of Advanced level difficulty in graph
  • Practise assignments of graph
  • Trie data Structure Introduction, Concepts & Implementation
  • Trie data structure approach to find word in matrix
  • Trie data structure approach to implement Autocomplete suggestion problem
  • Longest Common Prefix string using Trie
  • Dijkstra Algorithm explanation with example
  • Snake ladder problem, Phone , Phone Dictionary Problem etc
  • Jumping Number problem, check graph is tree etc
...more...

Assignments & Assignments Discussion

  • Practise assignments of Advanced level difficulty in graph
  • Practise assignments of graph
  • What is heap , Min Heap & Max Heap introduction, Approach
  • Implementation of Min Heap & Max Heap
  • Basic heap operation , Heapify operation implementation
  • How hashing Works, Read/Write Operation O(1)
  • Design and implement LRU
  • Problems based on anagrams, group anagrams etc using hashing
...more...

Assignments & Assignments Discussion

  • Practise assignments of Advanced level difficulty in hashing
  • Practise assignments of heap
  • Problems Based on running streams of strings using Hashing
  • First non-repeating character from stream using hashing
  • Find Median of running data streams problem using Heap
  • Four sum problem, convert number to words etc
  • Merge k sorted arrays, Relative Sorting, Minimum window string etc
...more...

Assignments & Assignments Discussion

  • Practise assignments of Advanced level difficulty in hashing
  • Practise assignments of heap
  • What is Dynamic Programming
  • How to identify a dynamic Programming problems
  • How Dynamic programming is better without recursion
  • Longest Increasing subsequence(LIS) Algorithms
  • Longest Common Subsequences(LCS), Longest Palindrome
  • Subsequences(LPS),common substing etc using LIS algorithms
...more...

Assignments & Assignments Discussion

  • Practise assignments of Advanced level difficulty in DP
  • Practise assignments of DP
  • Fibonacci series DP concepts
  • Solve nth strair problem,Count Path in a Matrix etc using DP Fibonacci
  • String based DP problems
  • String Edit Distance Algorithm,Interleaving Strings, string Partition Palindrome etc
  • Delete Minimum Character to Make Palindrome
  • Un-bound Knapsack Problem, KnapSack Problems optimised
...more...

Assignments & Assignments Discussion

  • Practise assignments of Advanced level difficulty in DP
  • Practise assignments of DP
  • DP problems based on summation concepts
  • Subset Sum Problem, find Count of Subset Sum,Maximum sum sub sequence
  • Maximum Sum of Non adjacent Elements,Subset Partition etc
  • Dynamic Programming puzzled based Problems
  • Egg Dropping Puzzle, Wildcard Pattern Matching, Coin Change Problem etc
  • Keystroke Problem,Rod Cutting Algorithm, word break, Weight Job Scheduled etc
...more...

Assignments & Assignments Discussion

  • Practise assignments of Advanced level difficulty in DP
  • Practise assignments of DP
  • Basics of Object oriented principals with examples
  • Reusability feature of inheritances
  • Various types of inheritance and its properties
  • Polymorphism, Method Overloading & Overriding
...more...
  • Latency,Throughput,Load Balancer
  • Http Polling, Long Polling , WebSockets, Server Side Events
  • Design Uber system , Design Search Engine ( Like Google)
  • Backend System techniques for distributed system and CAP theorem
  • System design component: Sharding techniques
  • Relational Database, SQL-NoSQL , Key Value Store & Document Store (MongoDB)
...more...
  • Understanding the classes and object and how to create it
  • Solid Principles of OOPS
  • Single-responsibility principle ,Open-closed principle, Dependency Inversion Principle etc
  • How to apply design pattern for modular scalable code
...more...
  • Introduction of design patterns
  • Creational & structural design pattern
  • How to use Singleton Design Pattern, Builder Design Pattern etc
  • How to use Factory Design Pattern, Abstract Factory Design Pattern techniques
  • How to use Observer design pattern, Strategy Design Pattern, Decorator Design Pattern etc
...more...
  • What is threads, how to create threads
  • How to create multiple threads
  • How to achieve syntonisation using multithreading
  • What is deadlock, how to avoid deadlock
...more...
  • Implementation of Creating Deadlock
  • Implementation of removing deadlock in Multithreaded Environment
  • Implementation of creating 3 threads and how perform synchrozation
  • Print sequence of Natural numbers using Three Threads
  • Implementation of Multi Reader and Writer Problem using Multithreading
...more...
  • OS Concepts, Process Internals & Context Switch
  • Process states & Its Life cycle, PCB
  • Threads, System Calls, User Level & Kernel Threads
  • Inter-Process Communication examples with Code flow
  • Schedulers and Its types in OS, Various Scheduling Algorithms
...more...
  • Scheduling Algorithm – FCFS, SJF Non-Preemptive
  • SJF Preemptive,Completion Time, TurnAround Time, Burst Time
  • Internal Architecture of Memory Management System in OS
  • Paging concepts, virtual memory internal flow
  • Page fault, Demand paging, logical & physical address, thrashing
  • Page replacement Algorithm , FIFO,LRU, Belady's Anomaly
  • Translation look aside Buffer(TLB),Segmentation in detail
...more...
  • Design Airline Reservation System
  • Design Generic Deck of Cards
  • Design Black Jack Game using deck of card
  • Design online Discussion forum (like stack-overflow, Quora)
  • Design parking Lot
...more...
  • Design Tiny URL
  • Design a two Player Online Chess Game
  • Design Customs Map Implementation Internals
  • Design Online Shopping System Like Amazon, Flipkart
  • Design Garbage Collector System
  • Design Zoom Car Rental System
  • Design Stock Exchange System( Zerodha, Upstox)
...more...
  • How to showcase soft skills(Teamwork,Leadership skills, Adaptability, DecisionMaking etc) in interview
  • Amazon 14 Leadership Principal with examples
  • How you will resolve conflict with team members in project
  • How you handle situation, when you failed to deliver the project within project estimation timeline
  • Biggest Technical mistake you have done in your project
  • Situation when you had solved a very difficult problem in project
  • Why your CGPA is not high, When you have taken initiative in a project
  • Time when you have failed to meet customer deadline in project
  • What is your greatest achievement in a project
  • Time when you successfully meet the tight deadline of a project
  • Tell me the time when you regret your decision in a project deliverables
...more...

Program highlights

Logicmojo Author comment

4.8 Review

9257 Learners Subscribed

₹ 4,000

(Inclusive all taxes)

Cracking the Coding & Competitive Programming

  • Lifetime Access Of Complete Course
  • 240+ Lectures
  • Assignments & Assignments Discussion
  • Doubt Clearing Sessions
  • Code Analysis Tool
  • Editor For Practise
  • Weekly Coding Test
  • Referral Job Assistance
  • Resume Guidelines
  • Mock Interview
  • Regular Updates

Enroll now

Lectures Preview

Searching Algorithm in An Array

Binary search is the most efficient algorithm for searching an element in a sorted array. There are many applications or problems that can be solved very efficiently using Binary Search. In this sample lecture we dicussed the concept & implementation of Binary search.

You are given an integer array where the numbers are sorted. You need to find an element in this integer array efficiently in O(Log n) Time complexity and O(1) Space Complexity.

Process & Context Switch in Operating System

Context switching is a technique or method used by the operating system to switch a process from one state to another to execute its function using CPUs in the system.

Process management involves various tasks like creation, scheduling, termination of processes, and a dead lock.Process is a program that is under execution

Data Structure which support Insert delete, Random in O(1) time

You need to design a data structure which support below operation in O(1) time complexity.

1) Insert() which adds an element to the data structure

2) remove() which removes an element from the data structure

3) findMiddle() which will return middle element

4) deleteMiddle() which will delete the middle element.

Few Reviews From Subscribers

Over Chat, Email, And Linkedin

Our subscribers create milestones by cracking top tech companies' interviews & grab more than 60+ LPA(Lakh Per Annum) package in India . Logicmojo course provides them the guidance, direction, concepts & well-structured content to help them during their preparation.

These are only a few of our subscribers' reviews who grab top tech companies offer with their consistent efforts of months. Thank you so much for your reviews.

Subscribers Grab More Than 50+ Lacs Package

FAQs

FREQUENTLY ASKED QUESTIONSBELOW ARE THE FREQUENTLY ASKED QUESTIONS FROM STUDENTS

  • If you just finished this course only, we guarantee that you can crack the interview of any top organization across the globe.
  • Cracking the interview course is a Lifetime access course, so whenever in the future you have an interview coming in your career just revise topics from our course and nail the interview
  • We discussed every lecture with complete code line by line explanation
  • There are no prerequisites for this course and is best for someone working in IT/Aspirants preparing for Interview
  • Course content is structured and designed to fulfill the current job requirement and need of IT industry

Please note Data structure, Algorithms and Problem Solving only required for cracking top product companies interview across the globe. After selection in any company, you will eventually use their tools, API's and in-built libraries to develop the products.

So,You need to prepare for coding and system design interviews very smartly. Rather than solving thousands of problems from Leetcode and investing 1+ years of time frame, go through data structures interview questions & problem-solving techniques and finish your preparation in a few months.

Once you are shortlisted in your desired organization, then definitely practice from leetcode, participate in CodeChef, Topcoder & Bootcamp coding tests.

As much you practice it will eventually improve your coding skills.

Just Click on "Enroll Now" for registration & apply for exclusive Discount in the checkout page

2 Months to 2.5 Months

If you just spend 2 hours every day in this course then in 2 to 2.5 months of time frame your preparation of coding and system design interview questions will be done.

You dont even need to refer to any other resources just finish this course and you are good to go for Top Tech Interviews

Yes!!

Subscribers can access all lectures for lifetime. They can access all lecture any time and any place. Also, subscribers will also get all updates that will come in the future.

Just Click on "Enroll Now" and Subscribe for the course

Users can participate in Online Weekly Code forever but Doubt clearing session will be available for 6 months period

We want candidates should also put their effort into completing the course and participate in the Weekly online coding test. All the performant subscribers in the coding test will be eligible for Mock interviews as well as Job referral program.

The weekly coding test is on hackerrank platform with 2 problems and 90 min of time frame.

There is no limit on the number of weekly coding test subscribers who want to attend. Subscribers can attend these weekly coding tests at any time. So, It's advisable they should start participating in the weekly coding test when they feel confident on a particular topic.

We have the "Ask query" option with every lecture and every assignment in the course. You can ask your doubt using it anytime.

Let's say you are practicing some assignment and you can't figure it out or you are trying some lecture code yourself and all test cases are not passing you can paste your code, send images and ask your doubts.

Our trainer including the expert developers having 10+ experienced will execute your code or analyze your doubts give a detailed response to your query.

Yes, every problem in this course is explained with code and examples. Our main intension is to make the programming skills of our candidates strong. So line by line code explains while solving any problems

We don't put any constraint of the batch system in our course, as soon as aspirant subscribe for the course complete course content will be available.

Batch System always restricts aspirants for accessing the complete course. If a student has an interview after a few weeks and he/she want to prepare for advanced topics, then the batch system will not allow accessing the course content

Yes, you can access the complete course in Mobile or Tablet.

 

Get in touch with us