IT Practicals

Contributed by MoreOnWeb.com

Pages

  • Home
  • Image Processing
  • OS Pracs
  • OST Pracs
  • CGVRS
  • ADBMS
  • Assignments & Writeups
  • DSA Programs
  • NTDD practicals
  • CTNC Practicals
  • Chatroom for TEIT
  • Downloads

DSA Programs


  1. To implement the stack using Array. 
  2. To implement application of stack Infix – Postfix.
  3. To implement queue using array
  4. To implement singly linked list
  5. To implement doubled linked list
  6. To implement stack using linked list.
  7. To implement queue using linked list.
  8. To implement priority queue using array.
  9. To implement Binary Tree.
  10. To implement Binary Search Tree.
  11. To implement Quick sort.
  12. To implement merge sort.
  13. To implement Heap sort.
  14. To implement selection sort technique
  15. To implement insertion sort.
  16. To implement Hashing by linear probing technique
  17. To implement depth first search algorithm
  18. To implement breadth first search algorithm
  19. To implement prim’s algorithm.
  20. To implement Kruskal’s  algorithm.

Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Home
Subscribe to: Posts (Atom)

Super

Bloggers...

  • Unknown
  • Unknown

Blog Archive

  • ▼  2016 (8)
    • ▼  April (8)
      • Chi Square Test
      • Infinite Markovian
      • Uniform Distribution
      • Poisson Distribution
      • Random Number
      • M,N Inventory System
      • Two Channel Queuing System
      • Single Channel Queuing System
  • ►  2015 (10)
    • ►  July (10)
  • ►  2014 (56)
    • ►  October (12)
    • ►  September (40)
    • ►  August (1)
    • ►  July (3)
  • ►  2013 (31)
    • ►  September (2)
    • ►  August (1)
    • ►  July (1)
    • ►  April (27)
  • ►  2012 (23)
    • ►  November (1)
    • ►  October (5)
    • ►  August (17)

Popular Posts

  • program for MFT
    Multiprogramming with Fixed Number of Tasks (MFT) The biggest problem with PCP was that processor cycles were wasted whilst the applicat...
  • Program for MVT
    In MFT, a program had to wait until a partition of suitable size was available even though theavailable memory might be enough to accomm...
  • Write a program to transfer the message “YES” serially at 9600 baud, 8-bit data, 1 stop bit. Do this continuously.
    MOV  TMOD,#20H             ;timer 1, mode 2 MOV  TH1,#-3                    ;9600 baud MOV  SCON,#50H SETB TR1 AGAIN:  MOV  A,#”Y”...
  • Discuss the effect of roughness parameter on friction factor. [5 Marks]
    In turbulent flow rough pipe leads to a larger friction factor than the smooth pipes for given Reynold’s number. ...
  • Write short note on Power curve in mixing and agitation.
    An empirical correlation of the power (or power number) with other variables of a system permits fairly accurate prediction of the require...
  • i) Keep monitoring the P1.2 bit until it becomes high. ii) When P1.2 becomes high, write value 45H to port 0 and iii) Send a high-to-low(H-to-L) pulse to P2.
          SETB P1.2      ;make P1.2 an input       MOV  A,#45H    ;A=45H AGAIN:JNB  P1.2,AGAIN;get out when P.2=1       MOV  P0,A     ...
  • What is NPSH for pumps ? Derive general expression for its calculation. Differentiate between NPSH and NPSHR.
    What is NPSH for pumps ? Derive general expression for its calculation. Differentiate between NPSH and NPSHR. [10 Marks] NPSH (Net Posit...
  • RSA algorithm
    Aim: Write a program to implement RSA algorithm Theory: Cryptography has a long and colorful history. The message to be encrypted, k...
  • Characteristics Curves of Centrifugal Pumps
    Characteristics Curves of Centrifugal Pumps > > Characteristics curves of centrifugal pumps are defined as those curves which are...
  • Chi Square Test
    import java.io.*; class Main {             public static void main(String args[])             {                      ...

Total Pageviews

89968

Blogger news

About us

Blog from IT student for IT student
© Pawan More. Simple theme. Powered by Blogger.