Search Operators

Algorithmatic.com provides a small and easy set (currently only three) of operators to make searching easier. These are:

Table of Content
  1. Tag
  2. Sort
  3. Time


Tag

Search (or display all) algorithms under a given tag, by specifying the `tag` operator. Example:
  • tag:cryptography list all algorithms tagged with cryptography
  • tag:cryptography encrypt list all algorithms tagged with cryptography with 'encrypt' part of their name

Sort

Sort algorithms by a either: `latest`, `active` or `rating`. The result will never have two implementations of the same algorithm. The default is by latest. Example:
  • sort:latest list all algorithms sorted by creation date
  • sort:active list all algorithms sorted by last activity (activity is creation, comment, rating, or favoring)
  • sort:rating list all algorithms sorted by rank

Time

You can restrict your results using the `time` operator, which accepts number of says. Example:
  • time:7days list all algorithms created in the last week
  • time:1day sort:active list today's active algorithms

updated 3 months and one week ago by guest