The document presents a new algorithm named Comparison Counting FIFO (CC-FIFO) and Distribution Counting FIFO (DC-FIFO) aimed at improving page replacement algorithms in memory management. It highlights the shortcomings of traditional algorithms like FIFO, LRU, and optimal in terms of page fault rates, and demonstrates through results that the proposed algorithms significantly reduce page faults. The paper further details the methodologies of input enhancement techniques used in conjunction with these algorithms to optimize performance.