Tag: Algorithms
C Algorithms Library
Posted by M. Saqib | Last updated Jun 19, 2020 | C Programming Source Code |
Find the middle element of linked list in C
Posted by M. Saqib | Last updated Jun 26, 2020 | Data Structures |
Kruskal’s Algorithm Implementation in C
by M. Saqib | Last updated Apr 9, 2020 | C Programming Source Code |
This is the implementation of Kruskal’s Algorithm in C Programming Language. This algorithm is directly based on the generic MST (Minimum Spanning Tree) algorithm. Kruskal’s algorithm is a greedy algorithm in graph theory that finds a minimum spanning tree for a connected weighted graph. It finds a subset of the edges that forms a tree that includes every vertex, where the total weight of all the edges in the tree is minimized.
Read MorePorter’s Algorithm in C
by M. Saqib | Last updated Jun 21, 2020 | C Programming Source Code |
Originally written in 1979 at Computer Laboratory, Cambridge (England), it was reprinted in 1997 in the book “Readings in Information Retrieval”. Initially it was written in BCPL language. Here is the list of implementations in other programming languages including C, Java and Pearl implementations done by author himself.
Read MoreAlgorithms in C
by M. Saqib | Last updated Aug 9, 2009 | Programming Books |
This book provides a comprehensive collection of algorithms implemented in C programming language. A variety of algorithms are described in each of the following areas: sorting, searching, string-processing, and geometric,...
Read MoreApplied Cryptography: Protocols, Algorithms, and Source Code in C, Second Edition
by M. Saqib | Last updated Nov 16, 2008 | Computer Science Books |
Cryptographic techniques have applications far beyond the obvious uses of encoding and decoding information. For Internet developers who need to know about capabilities, such as digital signatures, that depend on cryptographic...
Read MoreData Structures and Algorithm Analysis in C++ (2nd Edition)
by M. Saqib | Last updated Oct 19, 2008 | Computer Science Books |
In this second edition of his successful book, experienced teacher and author Mark Allen Weiss continues to refine and enhance his innovative approach to algorithms and data structures. Written for the advanced data structures...
Read MoreData Structures and Algorithm Analysis in Java
by M. Saqib | Last updated Oct 19, 2008 | Computer Science Books |
Provides a proven approach to algorithms & data structures using the exciting Java programming language as the implementation tool. With Java, the author highlights conceptual topics, focusing on ADTs and the analysis of...
Read MoreBayer-Trees implementation in C
by M. Saqib | Last updated Apr 7, 2020 | Free Utilities |
This is implementation of Bayer-Trees, which are normally used for indices of data bases. These routines provide all stuff that is needed to create and destroy; insert, update and delete; load and destroy; search and traverse; check a tree. Sort huge amounts of data by doing a multi-phase sorting on temporary files.
Read MoreOperations Research : Applications and Algorithms (with CD-ROM and InfoTrac)
by M. Saqib | Last updated Nov 16, 2008 | Computer Science Books |
Intended as a intermediate text in management science programs, this text explains operations research, emphasizing model formulation and model building as being of equal importance to the interpretation of software output....
Read More
Subscribe for updates
Advertisement
Recent Posts
-
JavaScript – Difference Between [] and {}Last updated Jan 22, 2021 | Java Script
-
Startup 2021: Messaging App DevelopmentLast updated Jan 23, 2021 | Mobile Tech
-
Selection Sort Video – Algorithm ExplanationLast updated Jan 21, 2021 | Videos
-
Quicksort Video – Algorithm ExplanationLast updated Jan 21, 2021 | Videos
-
What Are The Best Programming Languages for Game Development?Last updated Jan 20, 2021 | Blog
-
Qfusion 3D Open Source Game EngineJan 19, 2021 | Blog
-
How to Read and Write Excel Files in C#Last updated Jan 19, 2021 | C# Programming Tutorials
-
The Pyrogenesis RTS and 3D Game EngineLast updated Jan 17, 2021 | Blog
-
Fundamental Principles of Data Integration for Database AdministratorsLast updated Jan 12, 2021 | Blog
-
What Makes Houseparty a Safe, Fun Way to Connect in 2021Last updated Jan 11, 2021 | Mobile Tech