Algorithm has dependency on Data Structure
So do not be buried about algorithm on fixed data structure.
When we say there exists an algorithm. that means there exists a Turing Machine that executes the algorithm
Algorithm Notion
Algorithm Methods
Algorithmic paradigm
An algorithmic paradigm or algorithm design paradigm is a generic model or framework which underlies the design of a class of algorithms. An algorithmic paradigm is an abstraction higher than the notion of an algorithm, just as an algorithm is an abstraction higher than a computer program.[1][2]
https://en.wikipedia.org/wiki/Algorithmic_paradigm
Github Archive
The Algorithms
Open Source resource for learning Data Structures & Algorithms and their implementation in any Programming Language
https://the-algorithms.com/

Algorithm Visualizer
Algorithm Visualizer is an interactive online platform that visualizes algorithms from code.
https://algorithm-visualizer.org/

Interview_Question_for_Beginner/Algorithm at master · JaeYeopHan/Interview_Question_for_Beginner
Translate this article: How to Rock an Algorithms Interview 이것은 당연하게 들릴지 모르지만, 빈 벽을 쳐다 보면서 수십 명의 후보자가 붙어 있습니다. 나는 아무것도 보지 않는 것보다 문제의 예를 응시하는 것이 더 생산적이라고 생각합니다. 관련성이있는 그림을 생각할 수 있다면 그 그림을 그립니다. 중간 크기의 예제가 있으면 작업 할 수 있습니다.
https://github.com/JaeYeopHan/Interview_Question_for_Beginner/tree/master/Algorithm#prime-number-algorithm


Seong-lae Cho