Placement Partners


| Print |  Tell-a-friend
Data Structures & Logic Analysis
Overview An assignment filled intense 1+ month course taking from problem to logic till program, concluded by an apt project. A firm understanding of data structures provides a basis for writing more efficient code. The four hallmarks of good programming are proper design, clear coding, good organization of data, and correct algorithm selection.

This course is intended to provide an understanding of data specification and abstraction, how that leads to the specification of data structures, and how data structures are implemented as late as possible, based on the specified structures.

Description This is an Advanced Data structure course suitable for anyone who would like to pursue their career in the field of programming and become expert in the field independent of the platform which he or she would be working. While taking the course the candidate is expected to be clear with the functional aspects of the language and concentrate only on improving his programming skills.
Objective
  • Review methods for problem solving and algorithm analysis.
  • Develop an understanding of Abstract Data Types (ADT) and their implementation.
  • Understand the importance of information hiding, data abstraction, and modular design.
  • Recognize programming needs, the cost and benefits of each data structure in your toolbox, and how to select the right tool for the job.
Pre-requisites Proficiency in C language
Duration 1+ Months.
Platform Any (with specific mention to Linux)
Delivery method Instructor led, Assignments, Workshops, Project.
Course topics Introduction to Data Structures and Abstract Data Types, Stacks, Queues, Lists, Trees, Recursion, Graphs, Algorithm Analysis.


Links to other module details:
Advanced C
Linux basics
Linux internals programming
Micro-controllers (8051 and PIC)
Embedded Linux on ARM9
Linux device drivers
 

Advanced C

An assignment filled intense course, taking from Problem to Logic till Program, concluded by an apt Project. The Advanced C module combined with DataStructures gives you an excellent foundation for your entire career, whichever IT path you choose. Extensive focus is given to provide Embedded aspect

Micro controllers

A practical approach on Micro Controller programming with basic Hardware concepts and Embedded C programming . A complete course module dealing with how to write a embedded C program for a Hardware with any micro controller on it. Planning on the Software and Hardware optimization in application design for ease in development. Click here for more details...

Embedded Linux on ARM9

This course will tell you everything starting from basic things like cross compilers etc and will cover all the embedded OS development related things like making custom platform kernels, boot loaders creating file systems setting up development environment.

  • Be equipped to set up an ARM-based Platform
  • Understand the Linux Boot Process & Role of a Bootloader
  • Be able build your own toolchain for ARM platforms
  • Be able to make your own root filesystems for ARM-based Embedded Linux Click here to know more...

Data Structures & Logic Analysis

The Data Structure module covers the advanced programming using various ADTs. Starting with Linked lists, this module covers stacks, queues, heaps, hash tables and sorting techniques. The four Hallmarks of Good Programming are Proper Design, Clear Coding, Good Organization of Data, and Correct Algorithm Selection. Click here for more details...

Linux Internals and Basic OS

This module is intended to build a strong knowledge about operating systems. This guides the programmer to build high performance embedded applications using standard Linux APIs and interfaces. The objective of this course is