> For the complete documentation index, see [llms.txt](https://sr-tamim.gitbook.io/algorithm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sr-tamim.gitbook.io/algorithm/readme.md).

# Outline

1. [Intro to algorithms](https://github.com/sr-tamim/algorithm-practice/blob/main/1.Intro_to_algorithms)
   1. [Asymptotic notations](/algorithm/1.intro_to_algorithms/asymptotic-notations.md)
   2. [Big O notation Exercise](/algorithm/1.intro_to_algorithms/big-o-notation-exercise.md)
2. [Data Structure](https://github.com/sr-tamim/algorithm-practice/blob/main/2.Data_structures)
   1. [Array](/algorithm/2.data_structures/array.md)
      1. [Array Operations](/algorithm/2.data_structures/array/array-operations.md)
   2. [Linked List](https://github.com/sr-tamim/algorithm-practice/blob/main/2.Data_structures/Linked_List/README.md)

### Regards

**Saifur Rahman Tamim**\
Computer Science Student\
Northern University Bangladesh\
[sr-tamim.vercel.app](https://sr-tamim.vercel.app)
