Is "my version" of quick-sort incorrect?

This page summarizes the projects mentioned and recommended in the original post on /r/learnprogramming

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • CompCert

    The CompCert formally-verified C compiler

  • That said, in practice most people don't go around proving the correctness of their code: it can actually be pretty challenging and time-consuming to do. We usually do this only for simple and core algorithms (e.g. sorting algorithms), or maybe foundational pieces of infrastructure. For example, see compcert, a formally-verified C compiler or Amazon's work using TLA to formally verify the high-level design of their AWS S3 service.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts