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: June 2013

Posted onJune 28, 2013September 23, 2015Algorithms

Binary Search Tree – Insertion, Preorder, Postorder, Inorder Traversal

by RobinLeave a comment on Binary Search Tree – Insertion, Preorder, Postorder, Inorder Traversal

Download the Binary Search Tree c++ code here : [wpdm_package id=’1319′]

Read More
Posted onJune 26, 2013September 23, 2015Algorithms

Doubly Linked List

by RobinLeave a comment on Doubly Linked List

Doubly Linked List c++ code: [wpdm_package id=’1323′] [table caption=”Time Complexity”] From,Insert,Delete Head, O(1),O(1) Tail,O(1),O(1) [/table] 1. Node Class Declaration [sourcecode lang=”cpp”] class dllnode{ public: int data;…

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

Singly Linked List

by RobinLeave a comment on Singly Linked List

Singly linked List c++ code : [wpdm_package id=’1317′] [table caption=”Time Complexity”] From,Insert,Delete Head, O(1),O(1) Tail,O(1),O(n) [/table] 1. Node Class Declaration [sourcecode lang=”cpp”] class intnode{ public:…

Read More
Posted onJune 25, 2013Data Structures

Linked List vs Array

by RobinLeave a comment on Linked List vs Array

When to use Linked List : 1. When we need Constant time insertions/deletions form list. 2. When we don’t know how many elements will be…

Read More
Posted onJune 24, 2013September 23, 2015How to do?

Configure Vim in Terminal

by RobinLeave a comment on Configure Vim in Terminal

[wpdm_package id=’1213′] Vim configuration help you set options like automatic indentation, color, history, smart tab, parentheses balancing, serach options, syntax highlight etc. Vim configuration save…

Read More
Posted onJune 19, 2013September 23, 2015Algorithms

Insertion Sort

by RobinLeave a comment on Insertion Sort

Download Insertion Sort Code : [wpdm_package id=’1315′] Insertion sort is a quite simple effective sorting algorithm for small data sets. Points to remember about Insertion Sort…

Read More
Posted onJune 1, 2013September 23, 2015Algorithms

Bubble Sort

by RobinLeave a comment on Bubble Sort

Download the code here: [wpdm_package id=’1310′] Among the many sorting algorithms, you will come to see the bubble sort as the simplest algorithm, though the…

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