Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS AWS Certified Developer - Associate CompTIA Security+
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 20.5 hours on-demand video
  • 133 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Programming Languages Coding Interview

कीजिये तैयारी Programming & Coding Interviews की

A course that teaches pointers, linked lists, general programming, algorithms and recursion like no one else
Rating: 4.5 out of 54.5 (44 ratings)
2,491 students
Created by Loony Corn
Last updated 3/2016
English
30-Day Money-Back Guarantee

What you'll learn

  • Know how to approach and prepare for coding interviews
  • Understand pointer concepts and memory management at a very deep and fundamental level
  • Tackle a wide variety of linked list problems and know how to get started when asked linked list questions as a part of interviews
  • Tackle a wide variety of general pointer and string problems and know how to answer questions on them during interviews
  • Tackle a wide variety of general programming problems which involve just plain logic, no standard algorithms or data structures, these help you get the details right!

Course content

16 sections • 82 lectures • 20h 28m total length

  • Preview01:46
  • Preview18:59

  • Preview20:00
  • Preview16:30
  • Pointer arithmetic
    13:04
  • Practice makes perfect - pointer problems
    09:23

  • Preview17:46
  • Pointer as arguments to functions
    10:48
  • Practice makes perfect - string problems
    20:00

  • Pointers to pointers - bend your mind
    12:04
  • Pointers to pointers - reassignment and modification
    13:10
  • Preview16:54
  • Warming up - Linked List get Tricky Quickly -1
    07:04
  • Preview20:01
  • Cruising along - linked lists are fun aren't they?
    18:25
  • Autopilot - linked lists are easy after all
    18:25

  • Preview10:47
  • Bit Manipulation - II
    09:33
  • Useful Bit Manipulation Techniques
    13:34
  • Get And Set The Nth Bit
    13:43
  • Print And Count Bits
    19:47
  • Reverse The Bits In An Integer
    11:21

  • Preview19:27
  • Play the Game Of Life
    11:09
  • Break A Document Into Chunks
    10:49
  • Run Length Encoding And Adding Numbers Digit By Digit
    20:00
  • Sudoku Board Validation and Incrementing A Number In Another Number System
    20:00

  • Performance and Complexity
    15:56
  • Preview18:09
  • Big O Notation More Examples
    18:16
  • Sorting Trade-Offs
    10:05
  • Preview14:36
  • Preview14:43
  • Insertion Sort
    15:34
  • Shell Sort
    15:13
  • Preview20:00
  • Quick Sort
    19:16
  • Binary Search - search quickly through a sorted list
    12:00

  • What is recursion - why is it so hard?
    17:50
  • Preview14:24
  • Find all subsets of a set
    16:43
  • Check whether 2 binary trees are the same
    16:32
  • Implement paint fill to color a region on screen
    13:42
  • Build A car Given Tasks And Dependencies
    15:54
  • Preview16:18
  • Help A Rat Find It's Way Through a Maze
    12:45
  • Place 8 Queens On A Board Safely
    19:48

  • Preview15:36
  • Preview16:35
  • Match Parenthesis To Check A Well Formed Expression
    11:19
  • Preview08:47
  • Meet The Queue - A Familiar Sight In Everyday Life
    13:16
  • The Circular Queue - Tricky But Fast
    19:59
  • Build A Queue With Two Stacks
    17:36

  • Meet The Binary Tree - A Hierarchical Data Structure
    13:28
  • Breadth First Traversal
    17:23
  • Depth First - Pre-OrderTraversal
    14:43
  • Depth First - In-Order and Post-Order Traversal
    13:13

Requirements

  • This course requires some basic understanding of a programming language, preferably C. Some solutions are in Java, though Java is not a requirement

Description

Programming interviews are like standard plays in professional sport - prepare accordingly. Don't let Programming Interview gotchas get you down!

  • The course instruction is in Hindi
  • Programming interviews differ from real programming jobs in several important aspects, so they merit being treated differently, just like set pieces in sport.
  • Just like teams prepare for their opponent's playbooks in professional sport, it makes sense for you to approach programming interviews anticipating the interviewer's playbook
  • This course has been drawn by a team that has conducted hundreds of technical interviews at Google and Flipkart

What's Covered:

  • Pointers: Memory layout of pointers and variables, pointer arithmetic, arrays, pointers to pointers, pointers to structures, argument passing to functions, pointer reassignment and modification - complete with visuals to help you conceptualize how things work.
  • Strings: Strings, Character pointers, character arrays, null termination of strings, string.h function implementations with detailed explanations.
  • Linked lists: Visualization, traversal, creating or deleting nodes, sorted merge, reversing a linked list and many many problems and solutions, doubly linked lists.
  • Sorting and searching algorithms: Visualize how common sorting and searching algorithms work and the speed and efficiency of those algorithms
  • Recursion: Master recursion with lots of practice! 8 common and uncommon recursive problems explained. Binary search, finding all subsets of a subset, finding all anagrams of a word, the infamous 8 Queens problem, executing dependent tasks, finding a path through a maze, implementing PaintFill, comparing two binary trees
  • Step-by-step solutions to dozens of common programming problems: Palindromes, Game of Life, Sudoku Validator, Breaking a Document into Chunks, Run Length Encoding, Points within a distance are some of the problems solved and explained.
  • Trees and Binary Search Trees
  • Heaps and Binary Heaps
  • Graphs

Who this course is for:

  • YEP! New engineering graduate students who are interviewing for software engineering jobs
  • YEP! Professionals from other fields with some programming knowledge looking to change to a software role
  • YEP! Software professionals with several years of experience who want to brush up on core concepts
  • NOPE! Other technology related professionals who are looking for a high level overview of pointer concepts.

Instructor

Loony Corn
An ex-Google, Stanford and Flipkart team
Loony Corn
  • 4.2 Instructor Rating
  • 21,359 Reviews
  • 127,149 Students
  • 73 Courses

Loonycorn is us, Janani Ravi and Vitthal Srinivasan. Between us, we have studied at Stanford, been admitted to IIM Ahmedabad and have spent years  working in tech, in the Bay Area, New York, Singapore and Bangalore.

Janani: 7 years at Google (New York, Singapore); Studied at Stanford; also worked at Flipkart and Microsoft

Vitthal: Also Google (Singapore) and studied at Stanford; Flipkart, Credit Suisse and INSEAD too

We think we might have hit upon a neat way of teaching complicated tech courses in a funny, practical, engaging way, which is why we are so excited to be here on Udemy!

We hope you will try our offerings, and think you'll like them :-)

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.