mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-04 02:56:40 +08:00
* fix: Fixed memory leak bug by using 'std::vector' instead of 'new' * Small refactoring * Small refactoring * Fix Code Formatter test failed * Code refactored based on PR review * Added return 0 based on PR review * docs: Added documentation for linear queue using array implementation * docs: Updated based on PR review * docs: Second update based on PR review * docs: Updated based on PR review * Change max_size data type * Use std::array instead of std::vector
3.8 KiB
3.8 KiB