Skip to content

Learn & Lead

Man is still the most extraordinary computer of all

Menu
  • Home
  • Algorithms
    • Sorting Algorithms
    • String Algorithms
    • Kadane’s Algorithm
  • Computer Graphics
    • Lab 1 – Print Green Window
    • Lab 2 – Sierpinski Triangle
    • Lab 3 – Two Dots
    • Lab 4 – Square in Square
    • Lab 5 – Qaudrilateral
    • LAB 6- e^(-x)*cos(2*x*π ) Graph
    • Lab 7 – sin(x)/x Graph
    • Lab 8 – Dot on Click
    • Lab 9 – (i) Chess Board
    • Lab 9 – (ii) Colored Chess Board
    • Lab 10 – Freehand Drawing
    • Lab 11 – Mouse Click Polyline
    • Lab – 12. Color Freehand Drawing
  • Data Structures
    • Linked List
    • Queues
    • Stacks
    • Trees
  • Networking
    • Linux Assembly Language Premier
      • Part – 1 System Organization
      • Part – 2 Virtual Memory Organization
    • Socket Programming
      • Socket Programming – Part 1
      • Socket Programming – Part 2
    • TCP Client program in C language
    • TCP Server program in C language
    • UDP Client program in C language
    • UDP Server program in C language
  • About Me

Month: May 2013

Posted onMay 28, 2013May 28, 2013Data Structures

Complete Binary Tree and Full Binary Tree

by Robin3 Comments on Complete Binary Tree and Full Binary Tree

A binary tree is a tree in which each node has 1 or 2 child nodes. A node cannot have more than two children in…

Read More
Posted onMay 27, 2013Data Structures

Priority Queue

by RobinLeave a comment on Priority Queue

A priority queue is like a regular stack or queue data structure, but in addition, each element has a priority associated with it. Elements in…

Read More
Posted onMay 27, 2013September 23, 2015Algorithms

Breadth First Traversal in Graphs

by RobinLeave a comment on Breadth First Traversal in Graphs

Download the full code here: [wpdm_package id=’1308′] Suppose you have a graph as shown below. Let us see how we perform breadth first traversal here: Since…

Read More
Posted onMay 25, 2013September 23, 2015Algorithms

Reversing a singly linked list

by RobinLeave a comment on Reversing a singly linked list

Download the cod here: [wpdm_package id=’1306′] For reversing a singly linked list, you will need a function with 2 pointers (here n and curr). We…

Read More
Posted onMay 24, 2013September 23, 2015Algorithms

Kadane’s Algorithm (The Maximum Subarray Problem)

by RobinLeave a comment on Kadane’s Algorithm (The Maximum Subarray Problem)

Download the code here: [wpdm_package id=’1301′] Given an array of numbers, to find the subarray which gives the maximum sum can be solved using Kadane’s…

Read More
Posted onMay 2, 2013September 23, 2015Algorithms

FTP Client Program

by Robin2 Comments on FTP Client Program

Download the code here: [wpdm_package id=’1296′] #include<stdio.h> //for C file input/output functions #include<stdlib.h.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h> //contains…

Read More
Posted onMay 2, 2013September 23, 2015Algorithms

FTP Server Program

by RobinLeave a comment on FTP Server Program

Download the code here: [wpdm_package id=’1299′] #include<stdio.h> //for C file input/output functions #include<stdlib.h.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h> //contains…

Read More

Categories

  • Abroad Studies
  • Algorithms
  • Android
  • Bitwise Programming
  • Computer Graphics
  • Conference Paper
  • Data Structures
  • How to do?
  • Interview
  • Linux
  • Netcentric Programming
  • Networking
  • Open Source
  • Operating Systems
  • Parallel system Architecture
  • Technology
  • Uncategorized
  • Web Development

Archives

  • April 2020
  • May 2019
  • December 2016
  • November 2016
  • September 2016
  • August 2016
  • April 2015
  • September 2014
  • August 2014
  • April 2014
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013

Recent Comments

  • priya on SAP Labs India hires me!!
  • robin on SAP Labs India hires me!!
  • robin on Simple Login Authentication Application with Session using JSP / JSTL
  • robin on SAP Labs India hires me!!
  • robin on SAP Labs Coding Interview Question 1
Amphibious Theme by TemplatePocket ⋅ Powered by WordPress