Best of AlgorithmsJanuary 2023

  1. 1
    Article
    Avatar of 30seconds30 seconds of code·3y

    Big-O Cheat Sheet

    Big-O Cheat Sheet represents an algorithm's worst-case complexity. It uses algebraic terms to describe the complexity of an algorithm, allowing you to measure its efficiency and performance. Below you can find the best, average and worst time complexities for the most common array sorting algorithms.

  2. 2
    Article
    Avatar of mlnewsMachine Learning News·3y

    Top Artificial Intelligence (AI) Books to Read in 2023

    The ability of a machine to reason, learn, and solve problems in the same ways that people do constitutes artificial intelligence. We’re learning more and more about how computers can mimic human thought processes and even complete jobs that were once thought too complex for machines to complete.

  3. 3
    Article
    Avatar of dzDZone·3y

    Using JSON Web Encryption (JWE)

    JSON Web Encryption (JWE) could be used when one needs to add sensitive information to a token that one would not want to share with other systems. In this case, the user can decode the token and get all the information from the payload. The full specification of JWE can be found in RFC7516.

  4. 4
    Article
    Avatar of auth0Auth0·3y

    Mastodon for Developers

    Mastodon is an open-source, distributed micro-blogging platform that can host social networking sites. It was created by Eugen Rochko and was first released in 2016. It is similar to Twitter regarding features, target audience, and user experience. But unlike Twitter, it is run on a decentralized network of servers.