• Algorithms on Majority Problem 

    Tarafdar, Rajarshi (University of Missouri--Kansas City, 2017)
    The main idea of the paper to give solutions to the majority problem where we are counting the number of occurrences of the majority element more than half of the total number of the elements in the input set and also ...
  • An Arbitrary CRCW PRAM Algorithm for Sorting Integers Into a LinkedList and Chaining on a Trie 

    Goyal, Nikita (2020)
    The research work comprises of two parts. Part one is using an Arbitrary CRCW PRAM algorithm for sorting integers into a linked list. There are various algorithms and techniques to sort the integers in LinkedList. Arbitrary ...
  • Constant Time Sorting and Searching 

    Kunapuli, Sai Swathi (2022)
    To study the sorting of real numbers into a linked list on Parallel Random Access Machine model. To show that input array of n real numbers can be sorted into a linked list in constant time using n²/logᶜn processors for ...
  • Coupon Redemption System 

    Pathath, Ram Shasank (2015)
    A number of trends in e-commerce have become evident in recent years. Online storefronts have proliferated, and advertisements for these storefronts in the form of click through banners have become popular. Recently, the ...
  • Data Structures and Algorithms for Partitioning a Set into Sets of Non-Descending Cardinality 

    Titti, Oshani (2015)
    Data structures have been around since the structured programming era. Algorithms often associate with data structures. An algorithm is a sequence of instructions that accomplishes a task in a finite time period. The ...
  • Improving Cuckoo Hashing with Perfect Hashing 

    Chadalavada, Moulika (University of Missouri--Kansas City, 2017)
    In computer science, the data structure is a systematic way of organizing data such that it can be used efficiently. There are many hashing techniques that aim at storing keys in memory to increase key access efficiency ...
  • Qualitative Software Engineering and Parallel Sorting Algorithm for Real Numbers 

    Syed, Md Usman Gani (University of Missouri -- Kansas City, 2018)
    The research work consists of two parts. Part one is about qualitative software engineering and Event-B modelling for class and Use case diagrams. Now a days distributed and parallel applications are most popular and ...
  • Searching in a Sorted Linked List and Sort Integers into a Linked List 

    Koganti, Hemasree (University of Missouri -- Kansas City, 2019)
    The research work consists of two parts. Part one is about Searching for an integer in a sorted Linked list. A tree is constructed in O(nloglogm/p+loglogm) time with p processors based on the trie with all the given ...
  • Sorting Real Numbers into a Linked List on the PRAM Model 

    Kasani, Pruthvi (2021)
    We study the sorting of real numbers into a linked list on the PRAM (Parallel Random Access Machine) model. The research work consists of two parts. First part talks about the various techniques involved in sorting the ...