Skip to content

Algorithm Examples

This section contains a collection of algorithm implementations in Echo, demonstrating how to solve various coding challenges. All source code is available in the repository's examples folder.

Array & List Manipulation

Learn how to work with arrays and lists through practical algorithm implementations.

Searching & Sorting

Algorithms for efficiently searching and sorting data.

String Manipulation

Work with strings and solve text processing challenges.

Math & Number Operations

Mathematical algorithms and number manipulations.

Matrix & Grid Problems

Solve problems involving matrices and grids.

Linked List Operations

Work with linked list data structures.

Miscellaneous

Getting Started with Examples

To run any of these examples locally:

bash
python echolang.bat path/to/example.echo

Or clone the repository and run directly:

bash
git clone https://github.com/deekshith-poojary98/echo.git
cd echo
echo examples/two_sum.echo

See Also

Echo is in active development. The docs reflect the current implementation.