An Approach for Improving Complexity of Longest Common Subsequence Problems using Queue and Divide-and-Conquer Method
| dc.contributor.author | Bhowmick, Ratul | |
| dc.contributor.author | Bhuiyan, Md Ibrahim Sadek | |
| dc.contributor.author | Hossain, Md. Sabir | |
| dc.contributor.author | Hossen, Muhammad Kamal | |
| dc.contributor.author | Tanim, Ahsan Sadee | |
| dc.date.accessioned | 2026-07-06T21:10:57Z | |
| dc.date.available | 2026-07-06T21:10:57Z | |
| dc.date.issued | 3-May-2019 | |
| dc.description.abstract | The general algorithms which are followed to solve | |
| dc.description.abstract | the Longest Common Subsequence (LCS) problems have both | |
| dc.description.abstract | time complexity and space complexity of O (m * n ). To reduce | |
| dc.description.abstract | this complexity, two ways are proposed in this work. One is the | |
| dc.description.abstract | use of Divide and Conquer approach, and another one is | |
| dc.description.abstract | changing the data structure from two-dimensional array to | |
| dc.description.abstract | queue. By using these approaches, an algorithm has been | |
| dc.description.abstract | developed and implemented for the long length string in this | |
| dc.description.abstract | paper. The time complexity after using these approaches | |
| dc.description.abstract | becomes a function of logarithm which has been | |
| dc.description.abstract | shown with proper explanation and the space complexity after | |
| dc.description.abstract | using queue data structure becomes linear O (n ). | |
| dc.identifier.other | http://103.99.128.19:8080/jspui/handle/123456789/334 | |
| dc.identifier.uri | http://103.99.128.19:8080/xmlui/handle/123456789/334 | |
| dc.publisher | EWU | |
| dc.source | CUET Digital Repository | |
| dc.subject | Longest Common Subsequence | |
| dc.subject | Queue | |
| dc.subject | Divide and conquer | |
| dc.subject | Dynamic Programming | |
| dc.subject | Recursion | |
| dc.title | An Approach for Improving Complexity of Longest Common Subsequence Problems using Queue and Divide-and-Conquer Method | |
| dc.title.alternative | 1st International Conference on Advances in Science, Engineering and Robotics Technology (ICASERT 2019) | |
| dc.title.alternative | ICASERT 2019 |
Files
Original bundle
1 - 1 of 1
- Name:
- An Approach for Improving Complexity of Longest.pdf
- Size:
- 1.1 MB
- Format:
- Adobe Portable Document Format
