Giter Site home page Giter Site logo

raghuvorkady / fs-lab-programs Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 2.0 965 KB

This repository contains FILE STRUCTURES LABORATORY (FS LAB) Programs for 6th Sem (VTU 2018 Scheme)

Java 100.00%
vtu vtulab vtulabsolutions 18isl67 vtulabprogrammes fs-lab-programs

fs-lab-programs's Introduction

FS-LAB-Programs List:

Sl.No Part-A Lab Programs Link
1. Write a program to read series of names, one per line, from standard input and write these names spelled in reverse order to the standard output using I/O redirection and pipes. Repeat the exercise using an input file specified by the user instead of the standard input and using an output file specified by the user instead of the standard output. Click here
2. Write a program to read and write student objects with fixed-length records and the fields delimited by "โ". Implement pack ( ), unpack ( ), modify ( ) and search ( ) methods. Click here
3. Write a program to read and write student objects with Variable - Length records using any suitable record structure. Implement pack ( ), unpack ( ), modify ( ) and search ( ) methods. Click here
4. Write a program to write student objects with Variable - Length records using any suitable record structure and to read from this file a student record using RRN. Click here
5. Write a program to implement simple index on primary key for a file of student objects. Implement add ( ), search ( ), delete ( ) using the index. Click here
6. Write a program to implement index on secondary key, the name, for a file of student objects. Implement add ( ), search ( ), delete ( ) using the secondary index. Click here
7. Write a program to read two lists of names and then match the names in the two lists using Consequential Match based on a single loop. Output the names common to both the lists. Click here
8. Write a program to read k Lists of names and merge them using k-way merge algorithm with k = 8. Click here

References:

  1. For lab manual, click here

fs-lab-programs's People

Contributors

raghuvorkady avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.