Algorithms in C PDF – Overview
Algorithms in C Language
Algorithm is a step-by-step procedure, which defines a set of instructions to be executed in a certain order to get the desired output. Algorithms are generally created independent of underlying languages, i.e. an algorithm can be implemented in more than one programming language.
Algorithms in C by Robert Sedgewick is one of the popular books about C algorithms.
From the data structure point of view, following are some important categories of algorithms:
- Search − Algorithm to search an item in a data structure.
- Sort − Algorithm to sort items in a certain order.
- Insert − Algorithm to insert item in a data structure.
- Update − Algorithm to update an existing item in a data structure.
- Delete − Algorithm to delete an existing item from a data structure.
Algorithms in C – Contents
- Fundamentals
- Introduction
- C
- Elementary Data Structures
- Trees
- Recursion
- Analysis of Algorithms
- Implementation of Algorithms
- Sorting Algorithms
- Elementary Sorting Methods
- Quicksort
- Radix Sorting
- Priority Queues
- Mergesort
- External Sorting
- Searching Algorithms
- Elementary Searching Methods
- Balanced Trees
- Hashing
- Radix Searching
- External Searching
- String Processing
- String Searching
- Pattern Matching
- Parsing
- File Compression
- Cryptology
- Geometric Algorithms
- Elementary Geometric Methods
- Finding the Convex Hull
- Range Searching
- Geometric Intersection
- Closest-Point Problems 4
- Graph Algorithms
- Elementary Graph Algorithms
- Connectivity
- Weighted Graphs
- Directed Graphs
- Network Flow
- Matching
- Mathematical Algorithms
- Random Numbers
- Arithmetic
- Gaussian Elimination
- Curve Fitting
- Integration
- Adaptive Quadrature.
- Advgnced Topics
- Parallel Algorithms
- The Fast Fourier Transform
- Dynamic Programming
- Linear Programming
- Exhaustive Search
- NP-Complete Problems
Download Algorithms in C PDF from seriouscomputerist.atariverse.com using the direct download link given below.