From 8dbd064397b1e91cbb7aff3a4f1dc98e5429cd72 Mon Sep 17 00:00:00 2001 From: Ana Loznianu Date: Sat, 15 Jul 2023 16:31:50 +0300 Subject: [PATCH] Minor change on the writing algo page --- developers/compute-to-data/compute-to-data-algorithms.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/developers/compute-to-data/compute-to-data-algorithms.md b/developers/compute-to-data/compute-to-data-algorithms.md index c726cf4c..f9d14c64 100644 --- a/developers/compute-to-data/compute-to-data-algorithms.md +++ b/developers/compute-to-data/compute-to-data-algorithms.md @@ -5,9 +5,6 @@ description: >- feature. --- -# Writing Algorithms - - In the Ocean Protocol stack, algorithms are recognized as distinct asset types, alongside datasets. When it comes to Compute-to-Data, an algorithm comprises the following key components: * **Algorithm Code**: The algorithm code refers to the specific instructions and logic that define the computational steps to be executed on a dataset. It encapsulates the algorithms' functionalities, calculations, and transformations.