October 22, 2012
Given a binary search tree, print all the possible paths in the tree. This channel is an ultimate guide to prepare for job interviews for software engineers, software test engineers, computer scientists, engineering students specially computer science and IT engineers, Master of computer application (MCA) and Bachelor of Computer Application (BCA) students. The content of this channel will help students prepare for C,C++, Java, data structures and algorithms. It also covers courses related to networking and database. This channel can be used by students of NIIT, IGNOU etc too.
Tags: bachelor, channel, courses-related, data-structures, function, strcpy-source, the-possible, tree, ultimate-guide, usa, video
Posted in Software Functioning Abnormally | No Comments »
October 22, 2012
This video lecture is produced by S. Saurabh. He is B.Tech from IIT and MS from USA. Write your own implementation of strcpy. The function declaration is char* strspy(char* dst, const char* src). What are the problems associated with this function. This channel is an ultimate guide to prepare for job interviews for software engineers, software test engineers, computer scientists, engineering students specially computer science and IT engineers, Master of Computer Application (MCA) and Bachelor of Computer Application (BCA) students. The content of this channel will help students prepare for C,C++, Java, data structures and algorithms. It also covers courses related to networking and database. To study interview questions on Linked List watch www.youtube.com To prepare for programming Interview Questions on Binary Trees www.youtube.com To study programming Interview questions on Stack, Queues, Arrays visit www.youtube.com To watch all Programming Interview Questions visit www.youtube.com To learn about Pointers in C visit www.youtube.com To learn C programming from IITian S.Saurabh visit www.youtube.com “strcpy c” “strcpy in c code” “strcpy implementation” “strdup vs strcpy” “strcpy in c language” “strcpy source” “strcpy header file”
Tags: bachelor, binary-trees, channel, data-structures, education, function, linked-list, Problems, programming, software-test, strcpy-header, strcpy-source, ultimate-guide, usa, video
Posted in Software Functioning Abnormally | No Comments »
October 22, 2012
This video lecture is produced by S. Saurabh. He is B.Tech from IIT and MS from USA. Propose an algorithm to color a given graph G(V,E) using minimum number of colors. This channel is an ultimate guide to prepare for job interviews for software engineers, software test engineers, computer scientists, engineering students specially computer science and IT engineers, Master of Computer Application (MCA) and Bachelor of Computer Application (BCA) students. The content of this channel will help students prepare for C,C++, Java, data structures and algorithms. It also covers courses related to networking and database. To study interview questions on Linked List watch www.youtube.com To prepare for programming Interview Questions on Binary Trees www.youtube.com To study programming Interview questions on Stack, Queues, Arrays visit www.youtube.com To watch all Programming Interview Questions visit www.youtube.com To learn about Pointers in C visit www.youtube.com To learn C programming from IITian S.Saurabh visit www.youtube.com “graph coloring algorithm” “graph coloring algorithm using backtracking ppt” “graph coloring algorithm source code” “a graph coloring algorithm for large scheduling problems” “graph coloring algorithm with example”
Tags: bachelor, beat-making, binary-trees, channel, courses-related, data-structures, education, functioning abnormally, interview, linked-list, programming, study-interview, ultimate-guide, windows
Posted in Software Functioning Abnormally | No Comments »
October 22, 2012
This video lecture is produced by S. Saurabh. He is B.Tech from IIT and MS from USA. Give solution for the 0/1 knapsack problem. That is given weights w1,w2,w3…wn and benefits b1,b2,b3,…,bn and maximum capacity of knapsack is M, find the items that we will choose to maximize the benefit. You cannot take fractions of item you have to choose it or leave it. This channel is an ultimate guide to prepare for job interviews for software engineers, software test engineers, computer scientists, engineering students specially computer science and IT engineers, MCA and BCA students. The content of this channel will help students prepare for C,C++, Java, data structures and algorithms. It also covers courses related to networking and database. This channel can be used by students of NIIT, IGNOU etc too. To study interview questions on Linked List watch www.youtube.com To prepare for programming Interview Questions on Binary Trees www.youtube.com To study programming Interview questions on Stack, Queues, Arrays visit www.youtube.com To watch all Programming Interview Questions visit www.youtube.com To learn about Pointers in C visit www.youtube.com To learn C programming from IITian S.Saurabh visit www.youtube.com “0 1 knapsack problem” , “0/1 knapsack problem using dynamic programming”, “knapsack problem using greedy method”, “knapsack problem using branch and bound”
Tags: benefit, binary-trees, data-structures, education, find-out-how, find-the-items, interview, out-how, programming, software problems, store-tickets, ultimate-guide, usa, using-dynamic, video
Posted in Software Functioning Abnormally | No Comments »
October 21, 2012
This video is produced by IITian S.Saurabh. He is B.Tech from IIT and MS from USA. Given a NXN maze, find a path from top left cell to bottom right cell given that you can only move in cells for which M[i][j] = 1 you can make horizontal and vertical moves in the maze but no diagonal move. This channel is an ultimate guide to prepare for job interviews for software engineers, software test engineers, computer scientists, engineering students specially computer science and IT engineers, Master of computer application (MCA) and Bachelor of Computer Application (BCA) students. The content of this channel will help students prepare for C,C++, Java, data structures and algorithms. It also covers courses related to networking and database. This channel can be used by students of NIIT, IGNOU etc too. Note: A small correction, I have given code which tries to search path by moving to right cell or bottom cell, but you can to more lines to move left and up also to search path in those direction.
Tags: bachelor, cell-or-bottom, channel, courses-related, data-structures, education, functioning abnormally, make-horizontal, search-path, software-test, usa, video
Posted in Software Functioning Abnormally | No Comments »