Introduction to The design and Analysis of Algorithms / (Record no. 24746)

MARC details
000 -LEADER
fixed length control field 10043nam a22002657a 4500
003 - CONTROL NUMBER IDENTIFIER
control field VITAP
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20250306120212.0
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 190102b ||||| |||| 00| 0 eng d
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9789332585485
040 ## - CATALOGING SOURCE
Transcribing agency VITAP
082 ## - DEWEY DECIMAL CLASSIFICATION NUMBER
Edition number 23rd
Classification number 005.1 LEV
100 ## - MAIN ENTRY--PERSONAL NAME
Personal name Levitin, Anany
9 (RLIN) 14959
245 ## - TITLE STATEMENT
Title Introduction to The design and Analysis of Algorithms /
Statement of responsibility, etc. Anany Levitin
250 ## - EDITION STATEMENT
Edition statement 3rd Ed.
260 ## - PUBLICATION, DISTRIBUTION, ETC.
Place of publication, distribution, etc. New Delhi
Name of publisher, distributor, etc. Pearson
Date of publication, distribution, etc. 2017
300 ## - PHYSICAL DESCRIPTION
Extent 589p. :
Dimensions 24cm
500 ## - GENERAL NOTE
General note It includes index
504 ## - BIBLIOGRAPHY, ETC. NOTE
Bibliography, etc. note It includes references, excercises and Index pages
505 ## - FORMATTED CONTENTS NOTE
Formatted contents note Table of Contents<br/> New to the Third Edition<br/> Preface<br/> Introduction<br/> 1.1 What Is an Algorithm?<br/> Exercises 1.1<br/> 1.2 Fundamentals of Algorithmic Problem Solving<br/> Understanding the Problem<br/> Ascertaining the Capabilities of the Computational Device<br/> Choosing between Exact and Approximate Problem Solving<br/> Algorithm Design Techniques<br/> Designing an Algorithm and Data Structures<br/> Methods of Specifying an Algorithm<br/> Proving an Algorithm’s Correctness<br/> Analyzing an Algorithm<br/> Coding an Algorithm<br/> Exercises 1.2<br/> 1.3 Important Problem Types<br/> Sorting<br/> Searching<br/> String Processing<br/> Graph Problems<br/> Combinatorial Problems<br/> Geometric Problems<br/> Numerical Problems<br/> Exercises 1.3<br/> 1.4 Fundamental Data Structures<br/> Linear Data Structures<br/> Graphs<br/> Trees<br/> Sets and Dictionaries<br/> Exercises 1.4<br/> Summary<br/> Fundamentals of the Analysis of Algorithm Efficiency<br/> 2.1 The Analysis Framework<br/> Measuring an Input’s Size<br/> Units for Measuring Running Time<br/> Orders of Growth<br/> Worst-Case, Best-Case, and Average-Case Efficiencies<br/> Recapitulation of the Analysis Framework<br/> Exercises 2.1<br/> 2.2 Asymptotic Notations and Basic Efficiency Classes<br/> Informal Introduction<br/> O-notation<br/> -notation<br/> -notation<br/> Useful Property Involving the Asymptotic Notations<br/> Using Limits for Comparing Orders of Growth<br/> Basic Efficiency Classes<br/> Exercises 2.2<br/> 2.3 Mathematical Analysis of Nonrecursive Algorithms<br/> Exercises 2.3<br/> 2.4 Mathematical Analysis of Recursive Algorithms<br/> Exercises 2.4<br/> 2.5 Example: Computing the nth Fibonacci Number<br/> Exercises 2.5<br/> 2.6 Empirical Analysis of Algorithms<br/> Exercises 2.6<br/> 2.7 Algorithm Visualization<br/> Summary<br/> Brute Force and Exhaustive Search<br/> 3.1 Selection Sort and Bubble Sort<br/> Selection Sort<br/> Bubble Sort<br/> Exercises 3.1<br/> 3.2 Sequential Search and Brute-Force String Matching<br/> Sequential Search<br/> Brute-Force String Matching<br/> Exercises 3.2<br/> 3.3 Closest-Pair and Convex-Hull Problems by Brute Force<br/> Closest-Pair Problem<br/> Convex-Hull Problem<br/> Exercises 3.3<br/> 3.4 Exhaustive Search<br/> Traveling Salesman Problem<br/> Knapsack Problem<br/> Assignment Problem<br/> Exercises 3.4<br/> 3.5 Depth-First Search and Breadth-First Search<br/> Depth-First Search<br/> Breadth-First Search<br/> Exercises 3.5<br/> Summary<br/> Decrease-and-Conquer<br/> 4.1 Insertion Sort<br/> Exercises 4.1<br/> 4.2 Topological Sorting<br/> Exercises 4.2<br/> 4.3 Algorithms for Generating Combinatorial Objects<br/> Generating Permutations<br/> Generating Subsets<br/> Exercises 4.3<br/> 4.4 Decrease-by-a-Constant-Factor Algorithms<br/> Binary Search<br/> Fake-Coin Problem<br/> Russian Peasant Multiplication<br/> Josephus Problem<br/> Exercises 4.4<br/> 4.5 Variable-Size-Decrease Algorithms<br/> Computing a Median and the Selection Problem<br/> Interpolation Search<br/> Searching and Insertion in a Binary Search Tree<br/> The Game of Nim<br/> Exercises 4.5<br/> Summary<br/> Divide-and-Conquer<br/> 5.1 Mergesort<br/> Exercises 5.1<br/> 5.2 Quicksort<br/> Exercises 5.2<br/> 5.3 Binary Tree Traversals and Related Properties<br/> Exercises 5.3<br/> 5.4 Multiplication of Large Integers and Strassen’s Matrix Multiplication<br/> Multiplication of Large Integers<br/> Strassen’s Matrix Multiplication<br/> Exercises 5.4<br/> 5.5 The Closest-Pair and Convex-Hull Problems<br/> by Divide-and-Conquer<br/> The Closest-Pair Problem<br/> Convex-Hull Problem<br/> Exercises 5.5<br/> Summary<br/> Transform-and-Conquer<br/> 6.1 Presorting<br/> Exercises 6.1<br/> 6.2 Gaussian Elimination<br/> LU Decomposition<br/> Computing a Matrix Inverse<br/> Computing a Determinant<br/> Exercises 6.2<br/> 6.3 Balanced Search Trees<br/> AVL Trees<br/> 2-3 Trees<br/> Exercises 6.3<br/> 6.4 Heaps and Heapsort<br/> Notion of the Heap<br/> Heapsort<br/> Exercises 6.4<br/> 6.5 Horner’s Rule and Binary Exponentiation<br/> Horner’s Rule<br/> Binary Exponentiation<br/> Exercises 6.5<br/> 6.6 Problem Reduction<br/> Computing the Least Common Multiple<br/> Counting Paths in a Graph<br/> Reduction of Optimization Problems<br/> Linear Programming<br/> Reduction to Graph Problems<br/> Exercises 6.6<br/> Summary<br/> Space and Time Trade-Offs<br/> 7.1 Sorting by Counting<br/> Exercises 7.1<br/> 7.2 Input Enhancement in String Matching<br/> Horspool’s Algorithm<br/> Boyer-Moore Algorithm<br/> Exercises 7.2<br/> 7.3 Hashing<br/> Open Hashing (Separate Chaining)<br/> Closed Hashing (Open Addressing)<br/> Exercises 7.3<br/> 7.4 B-Trees<br/> Exercises 7.4<br/> Summary<br/> Dynamic Programming<br/> 8.1 Three Basic Examples<br/> Exercises 8.1<br/> 8.2 The Knapsack Problem and Memory Functions<br/> Memory Functions<br/> Exercises 8.2<br/> 8.3 Optimal Binary Search Trees<br/> Exercises 8.3<br/> 8.4 Warshall’s and Floyd’s Algorithms<br/> Warshall’s Algorithm<br/> Floyd’s Algorithm for the All-Pairs Shortest-Paths Problem<br/> Exercises 8.4<br/> Summary<br/> Greedy Technique<br/> 9.1 Prim’s Algorithm<br/> Exercises 9.1<br/> 9.2 Kruskal’s Algorithm<br/> Disjoint Subsets and Union-Find Algorithms<br/> Exercises 9.2<br/> 9.3 Dijkstra’s Algorithm<br/> Exercises 9.3<br/> 9.4 Huffman Trees and Codes<br/> Exercises 9.4<br/> Summary<br/> Iterative Improvement<br/> 10.1 The Simplex Method<br/> Geometric Interpretation of Linear Programming<br/> An Outline of the Simplex Method<br/> Further Notes on the Simplex Method<br/> Exercises 10.1<br/> 10.2 The Maximum-Flow Problem<br/> Exercises 10.2<br/> 10.3 Maximum Matching in Bipartite Graphs<br/> Exercises 10.3<br/> 10.4 The Stable Marriage Problem<br/> Exercises 10.4<br/> Summary<br/> Limitations of Algorithm Power<br/> 11.1 Lower-Bound Arguments<br/> Trivial Lower Bounds<br/> Information-Theoretic Arguments<br/> Adversary Arguments<br/> Problem Reduction<br/> Exercises 11.1<br/> 11.2 Decision Trees<br/> Decision Trees for Sorting<br/> Decision Trees for Searching a Sorted Array<br/> Exercises 11.2<br/> 11.3 P, NP, and NP-Complete Problems<br/> P and NP Problems<br/> NP-Complete Problems<br/> Exercises 11.3<br/> 11.4 Challenges of Numerical Algorithms<br/> Exercises 11.4<br/> Summary<br/> Coping with the Limitations of Algorithm Power<br/> 12.1 Backtracking<br/> n-Queens Problem<br/> Hamiltonian Circuit Problem<br/> Subset-Sum Problem<br/> General Remarks<br/> Exercises 12.1<br/> 12.2 Branch-and-Bound<br/> Assignment Problem<br/> Knapsack Problem<br/> Traveling Salesman Problem<br/> Exercises 12.2<br/> 12.3 Approximation Algorithms for NP-Hard Problems<br/> Approximation Algorithms for the Traveling Salesman Problem<br/> Approximation Algorithms for the Knapsack Problem<br/> Exercises 12.3<br/> 12.4 Algorithms for Solving Nonlinear Equations<br/> Bisection Method<br/> Method of False Position<br/> Newton’s Method<br/> Exercises 12.4<br/> Summary<br/> Epilogue<br/><br/>APPENDIX A<br/><br/> Useful Formulas for the Analysis of Algorithms<br/> Properties of Logarithms<br/> Combinatorics<br/> Important Summation Formulas<br/> Sum Manipulation Rules<br/> Approximation of a Sum by a Definite Integral<br/> Floor and Ceiling Formulas<br/> Miscellaneous<br/><br/>APPENDIX B<br/><br/> Short Tutorial on Recurrence Relations<br/> Sequences and Recurrence Relations<br/> Methods for Solving Recurrence Relations<br/> Common Recurrence Types in Algorithm Analysis<br/><br/>References<br/>Hints to Exercises<br/>Index<br/>
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Algorithms.
9 (RLIN) 14961
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Computer Algorithms
General subdivision Computer Science Engineering
9 (RLIN) 1842
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Data structures (Computer science).
9 (RLIN) 14962
856 ## - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://www.pearson.com/en-us/subject-catalog/p/introduction-to-the-design-and-analysis-of-algorithms/P200000003403/9780137541133?tab=title-overview">https://www.pearson.com/en-us/subject-catalog/p/introduction-to-the-design-and-analysis-of-algorithms/P200000003403/9780137541133?tab=title-overview</a>
942 ## - ADDED ENTRY ELEMENTS (KOHA)
Source of classification or shelving scheme Dewey Decimal Classification
Koha item type Reference Book
Edition 23rd
Classification part 005.1
Call number suffix LEV
Holdings
Withdrawn status Lost status Source of classification or shelving scheme Materials specified (bound volume or other part) Damaged status Not for loan Home library Current library Shelving location Date acquired Source of acquisition Cost, normal purchase price Total Checkouts Total Renewals Full call number Barcode Checked out Date last seen Date last checked out Cost, replacement price Price effective from Koha item type Public note Collection code Inventory number Use restrictions
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 16 4 005.1 LEV 09123 2025-05-01 2025-04-17 2025-04-17 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 11 3 005.1 LEV 09109   2024-02-13 2024-02-03 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 3   005.1 LEV 09077   2019-11-16 2019-11-03 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 16 3 005.1 LEV 09099   2025-05-06 2025-04-25 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 14 1 005.1 LEV 09137   2024-05-22 2024-04-20 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 9 1 005.1 LEV 09145   2025-03-12 2025-02-27 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 17 2 005.1 LEV 09153   2025-01-31 2025-01-17 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 12 3 005.1 LEV 09098   2024-02-16 2024-01-27 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 11   005.1 LEV 09110   2024-02-16 2024-02-03 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 3   005.1 LEV 09097   2019-11-14 2019-11-09 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 15 4 005.1 LEV 09079   2024-02-14 2024-02-03 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 15 1 005.1 LEV 09116   2024-02-27 2024-02-21 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 8 1 005.1 LEV 09120   2025-01-30 2025-01-28 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 12 1 005.1 LEV 09075   2024-05-11 2024-02-02 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 8 3 005.1 LEV 09108   2024-02-06 2024-01-24 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 9 1 005.1 LEV 09094   2022-09-21 2022-09-09 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 11 3 005.1 LEV 09141   2024-02-20 2024-02-02 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 11 2 005.1 LEV 09091   2024-10-09 2024-09-26 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 3 3 005.1 LEV 09096   2019-11-19 2019-08-21 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 9 1 005.1 LEV 09122   2024-02-07 2024-02-03 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 10 1 005.1 LEV 09140   2024-07-16 2024-01-09 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 7 1 005.1 LEV 09100   2019-11-16 2019-11-09 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 4   005.1 LEV 09162   2019-11-16 2019-11-03 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 5 1 005.1 LEV 09086   2024-12-20 2024-12-18 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 14   005.1 LEV 09095   2024-12-21 2024-12-18 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 4 2 005.1 LEV 09131   2019-11-16 2019-11-11 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 5 1 005.1 LEV 09111   2019-11-18 2019-11-13 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 9 2 005.1 LEV 09132   2024-10-10 2024-09-26 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 3   005.1 LEV 09103   2025-05-05 2025-04-24 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 5   005.1 LEV 09166   2019-11-16 2019-11-09 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 6 2 005.1 LEV 09112   2019-11-14 2019-11-09 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 5   005.1 LEV 09076   2022-09-13 2022-09-01 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 12 2 005.1 LEV 09135   2025-05-08 2025-04-24 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 14 2 005.1 LEV 09134   2022-11-04 2022-10-29 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 9 4 005.1 LEV 09148   2024-03-01 2024-02-27 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 11   005.1 LEV 09163   2025-02-13 2025-01-31 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 10 1 005.1 LEV 09151   2025-02-15 2025-01-18 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 10 3 005.1 LEV 09155   2023-04-27 2022-09-18 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 13 3 005.1 LEV 09152   2022-12-27 2022-08-30 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 7 2 005.1 LEV 09082   2024-02-14 2024-02-03 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 4 1 005.1 LEV 09127   2019-11-15 2019-11-13 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 5 2 005.1 LEV 09118   2025-02-15 2025-02-04 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 13 2 005.1 LEV 09119   2023-05-16 2023-05-04 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 5   005.1 LEV 09157   2025-01-07 2024-12-18 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 4 1 005.1 LEV 09092   2019-11-15 2019-11-13 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 4 1 005.1 LEV 09093   2019-11-16 2019-11-09 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 12 3 005.1 LEV 09102   2024-07-19 2024-07-08 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 3 1 005.1 LEV 09121   2019-11-15 2019-11-02 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 13 2 005.1 LEV 09170   2025-03-28 2025-03-17 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36     005.1 LEV 09071   2018-08-18   749.00 2018-08-18 Reference Book CSE Reference 7430  
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 13 3 005.1 LEV 09073   2024-03-28 2024-03-22 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 11 2 005.1 LEV 09128   2024-03-13 2024-03-01 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 18 2 005.1 LEV 09125   2024-05-09 2024-04-25 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 13 1 005.1 LEV 09088   2024-02-21 2024-01-30 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 9 2 005.1 LEV 09104   2024-02-10 2024-02-03 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 6 2 005.1 LEV 09105   2019-11-14 2019-11-06 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 22 2 005.1 LEV 09083   2024-02-10 2024-02-03 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 10 1 005.1 LEV 09078   2025-03-25 2025-03-18 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 4 1 005.1 LEV 09124   2019-11-16 2019-11-09 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 13   005.1 LEV 09158   2024-02-21 2024-01-27 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 14 3 005.1 LEV 09129   2025-03-11 2025-02-20 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 9 1 005.1 LEV 09144   2022-09-14 2022-09-03 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 17 3 005.1 LEV 09106   2024-08-28 2024-08-17 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 12 3 005.1 LEV 09087   2024-02-05 2024-01-24 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 18 4 005.1 LEV 09130   2024-02-09 2024-01-31 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 10   005.1 LEV 09142   2022-09-19 2022-09-05 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 11   005.1 LEV 09074   2023-05-16 2023-01-17 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 18 3 005.1 LEV 09090 2025-03-31 2025-03-17 2025-03-17 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 12 3 005.1 LEV 09114   2025-02-04 2025-01-20 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 5 2 005.1 LEV 09107   2022-09-23 2022-09-06 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 8 1 005.1 LEV 09133   2025-02-19 2025-02-05 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 13 1 005.1 LEV 09160   2024-02-06 2024-02-04 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 6 3 005.1 LEV 09161   2019-11-15 2019-11-14 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 9 1 005.1 LEV 09168   2025-05-05 2025-04-28 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 7 1 005.1 LEV 09154   2025-03-01 2025-02-25 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 13   005.1 LEV 09167   2024-02-08 2024-01-30 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 10 2 005.1 LEV 09143   2025-02-25 2025-02-13 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 8 2 005.1 LEV 09080   2024-03-01 2024-02-28 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 10 4 005.1 LEV 09138   2024-02-05 2024-02-01 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 10 2 005.1 LEV 09089   2024-03-26 2024-03-12 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 6 1 005.1 LEV 09126   2024-09-05 2024-08-20 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 12 1 005.1 LEV 09084   2025-01-30 2025-01-27 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 10 3 005.1 LEV 09136   2024-08-28 2024-08-14 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 8   005.1 LEV 09147   2022-12-27 2022-08-30 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 6 1 005.1 LEV 09072   2024-02-05 2024-01-23 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 3 1 005.1 LEV 09117   2019-11-15 2019-11-07 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 8 2 005.1 LEV 09149   2024-03-01 2024-02-16 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 3   005.1 LEV 09164   2019-11-16 2019-11-04 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 5 2 005.1 LEV 09159   2019-11-18 2019-11-11 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 5 4 005.1 LEV 09169   2019-11-16 2019-11-02 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 3 2 005.1 LEV 09081   2019-11-16 2019-10-31 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 16 4 005.1 LEV 09150   2024-08-20 2024-08-20 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 12 1 005.1 LEV 09165   2024-05-27 2024-01-09 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 8 2 005.1 LEV 09115   2022-10-03 2022-09-19 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 6   005.1 LEV 09101 2023-02-14 2022-08-18 2022-08-18 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 5 1 005.1 LEV 09113   2019-11-15 2019-11-13 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 16 1 005.1 LEV 09146   2024-08-30 2024-08-16 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 5 1 005.1 LEV 09085   2019-11-19 2019-11-07 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 5 2 005.1 LEV 09139   2019-11-14 2019-11-05 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2018-08-18 Paramount Book Distributors, Visakhapatnam 479.36 5 3 005.1 LEV 09156   2019-11-18 2019-11-05 749.00 2018-08-18 Text Book CSE      
    Dewey Decimal Classification Paper Back   Not For Loan VIT-AP VIT-AP Reference 2019-01-02 Jaico Publishing House 0.00     001.642     2019-01-02     2019-01-02 Reference Book CSE Reference   Restricted Access
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2019-08-09 Paramount Book Distributors,Visakapatnam 779.00 9 2 005.1 LEV 018103 2025-05-19 2025-05-05 2025-05-05   2019-08-09 Text Book CSE   9054  
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2019-08-09 Paramount Book Distributors,Visakapatnam 779.00 15   005.1 LEV 018104   2024-02-15 2024-01-31   2019-08-09 Text Book CSE   9054  
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2019-08-09 Paramount Book Distributors,Visakapatnam 779.00 8 1 005.1 LEV 018105   2024-02-15 2024-01-31   2019-08-09 Text Book CSE   9054  
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2019-08-09 Paramount Book Distributors,Visakapatnam 779.00 12   005.1 LEV 018106   2025-04-04 2025-02-26   2019-08-09 Text Book CSE   9054  
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2019-08-09 Paramount Book Distributors,Visakapatnam 779.00 12 1 005.1 LEV 018107   2024-08-16 2024-07-30   2019-08-09 Text Book CSE   9054  
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2019-08-09 Paramount Book Distributors,Visakapatnam 779.00 14 3 005.1 LEV 018108   2025-05-05 2025-05-03   2019-08-09 Text Book CSE   9054  
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2019-08-09 Paramount Book Distributors,Visakapatnam 779.00 10   005.1 LEV 018109   2025-02-05 2025-01-30   2019-08-09 Text Book CSE   9054  
    Dewey Decimal Classification Paper Back Damaged   School of Computer Science Section VIT-AP General Stacks 2018-12-03 Jaico Publishing House 749.00     005.1 LEV 012751   2025-04-28     2019-01-01 Reference Book CSE Reference SINV03851  
    Dewey Decimal Classification Paperback     School of Computer Science Section VIT-AP General Stacks 2024-10-11 Donated by K Sai Babu 0.00     005.1 LEV 021994   2024-10-11   0.00 2024-10-11 Text Book CSE   Donated by K Sai Babu  
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2025-02-27 Shah Book House Pvt. Ltd. 900.00     005.1 LEV 022696   2025-03-06   900.00 2025-03-06 Text Book CSE   SBH/26993  
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2025-02-27 Shah Book House Pvt. Ltd. 900.00     005.1 LEV 022697   2025-03-06   900.00 2025-03-06 Text Book CSE   SBH/26993  
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2025-02-27 Shah Book House Pvt. Ltd. 900.00     005.1 LEV 022698   2025-03-06   900.00 2025-03-06 Text Book CSE   SBH/26993  
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2025-02-27 Shah Book House Pvt. Ltd. 900.00     005.1 LEV 022699   2025-03-06   900.00 2025-03-06 Text Book CSE   SBH/26993  
    Dewey Decimal Classification Paper Back     School of Computer Science Section VIT-AP General Stacks 2025-02-27 Shah Book House Pvt. Ltd. 900.00     005.1 LEV 022700   2025-03-06   900.00 2025-03-06 Text Book CSE   SBH/26993  

Visitor Number:

Powered by Koha