
Important Announcement for Final Year Students Regarding the Egyptian Student Participation Survey (Third Edition)
Our dear final year students in the Faculty of Computers and Information,
In line with the university's commitment to developing the educational process and measuring the quality of student participation
we would like to inform you that we have begun receiving your responses to the "Egyptian Student Participation Survey - Third Edition
" Why participate?
Your opinion is the cornerstone for developing student and educational services in your faculty
Survey link: [https://esse.scu.eg]
Important Notes
Please log in and fill out the information accurately
Participation directly contributes to raising the ranking of your faculty and university
For inquiries, please contact the Student Welfare Department
Wishing you all the best of luck and success
Director of Student Welfare/Hossam El-Din Mostafa

Pattern matching is a fundamental operation in
computational biology, information retrieval, and text processing.
Despite advances in algorithms, efficiently searching large-scale
texts, particularly genomic sequences spanning billions of base
pairs, remains a significant challenge. Existing approaches face
substantial limitations including Boyer-Moore algorithm’s poor
worst-case performance of O(mn) and limited scalability on large
datasets, KMP algorithm’s high memory overhead and poor
cache locality despite O(m+n) complexity, traditional suffix array
methods’ expensive O(mlogn) search time with costly preprocessing,
and hash-based approaches like Rabin-Karp’s vulnerability
to hash collisions and poor performance on repetitive sequences
common in genomic data.
This paper presents LCP-Optimized Suffix Array (LOSA),
a high-performance pattern matching algorithm that combines
suffix arrays with Longest Common Prefix (LCP) array optimizations
and parallel processing to achieve faster search times
with scalable memory usage. LOSA reduces the worst-case search
complexity from O(m log n) to nearly O(m + log n), where
m length pattern and n length the text. This improvement
is achieved through LCP-aware skips to minimize redundant
comparisons, as well as parallelized construction and query
phases, for modern multicore systems.

The Faculty of Computers and Information Welcomes the Committee for Selecting the Best Library at Assiut University
The Faculty of Computers and Information welcomed the members of the committee for selecting the best library at
the university, as part of the competition organized by the university under the auspices of:
Professor Dr. Ahmed El-Menshawy, President of the University
Professor Dr. Gamal Badr, Vice President of the University for Graduate Studies and Research
The faculty prepared to receive the evaluation committee members through a team of experts, supervised by:
Professor Dr. Tayseer Hassan Abdel-Hamid, Dean of the Faculty
Dr. Ibrahim El-Awady Abdel-Hamid, Vice Dean of the Faculty for Graduate Studies and Research
Ms. Nihal Abbas, Director of the Library
The evaluation team included:
Dr. Abeer El-Tawil, General Supervisor of the Digital Library Unit at the General Administration of University Libraries
Mr. Hossam Ali Omar, Director of the Cultural Agreements and Conferences Department at the University
Ms. Hanan Nasri El-Ghazawy, Acting Director of the General Administration of University Libraries
The committee inspected the library halls and reviewed the digital services
as part of the digital transformation activities aimed at serving scientific research and enhancing the educational process .
