Ultimate_Algorithms_Repository icon indicating copy to clipboard operation
Ultimate_Algorithms_Repository copied to clipboard

This is a collection of Data Structures and Algorithms

Results 15 Ultimate_Algorithms_Repository issues
Sort by recently updated
recently updated
newest added

**Title or Name of the Algorithm** *Floyd's Algorithm **Describe the algorithm** Floyd's algorithm is used for detection and removal of a cycle in a linked list

hacktoberfest

insertion in singly linked list the algo is about the insertion of any no. in a singly linked list

hacktoberfest

Floyd's cycle detection algorithm Floyd's cycle-finding algorithm is a pointer algorithm that uses only two pointers, which move through the sequence at different speeds. It is also called the "tortoise...

hacktoberfest

**Title or Name of the Algorithm** A header file to create both min Heap and Max heap. **Describe the algorithm** i want to add a header file which can create...

hacktoberfest

**Title or Name of the Algorithm** * Two pointer algorithms **Describe the algorithm** The two-pointer technique is a useful tool to utilize when searching for pairs in a sorted array....

hacktoberfest

**XOR Linked List** * In a doubly linked list, you store two pointers per node: prev and next. In an XOR linked list, you store one pointer per node, which...

hacktoberfest

**Title or Name of the Algorithm:-** Strassen’s Matrix Multiplication **Describe the algorithm:-** In the divide and conquer method of multipying matrices , the main component for high time complexity is...

hacktoberfest

Title or Name of the Algorithm :- Kadane’s Algorithm Describe the algorithm It is an algorith used to calculate Largest Sum in Contiguous Subarray. Simple idea of the Kadane’s algorithm...

hacktoberfest