Generic Find Min Less Variables

Generic Find Min Less Variables

Busy day, so I simply eliminated the variable (first_comparable) from my previous Linear Find Min post. It just took the initial array element to compare it to the next array element, so a very minor adjustment. Nevertheless, I'm having fun working with Zig, & hope to get in on the ground floor of this exciting & fun system-level programming language!

要查看或添加评论,请登录

William Rescigno的更多文章

  • Destiny Leaks (Colleague Revenge Porn)

    Destiny Leaks (Colleague Revenge Porn)

    Steven Kenneth Bonnell II, better known as the popular political streamer Destiny, is currently in a significant…

    2 条评论
  • Zig->Assembly Code with Godbolt.org

    Zig->Assembly Code with Godbolt.org

    It's amazing what computers do on a routine basis! Below is my example of my linear find Max Code, 26 lines long in the…

  • AI Analysis of Zig For Loop "Linear Find Minimum"

    AI Analysis of Zig For Loop "Linear Find Minimum"

    I am translating basic algorithms from my 101 CompSci class which originally used Java, but now programmed in Zig…

  • AI Code Reviews (ChatGPT, Gemini & HuggingChat)

    AI Code Reviews (ChatGPT, Gemini & HuggingChat)

    I am translating basic algorithms from my Java classes (university classes) in Zig, & including all the inefficiencies!…

  • ChatGPT "fixes" Linear Find Max

    ChatGPT "fixes" Linear Find Max

    Super busy today, so I had ChatGPT review my Generic Find Max algorithm. The codes works and it basically matches the…

  • Linear Find Min For Loop

    Linear Find Min For Loop

    Used Zig's enum For Loop, resulted in much more terse but also understandable code, fun journey with this system…

  • Linear Find Min

    Linear Find Min

    Simply the Linear Find Minimum version of yesterday's Linear Find Max algorithm. I'm using the book "Data Structures &…

  • Linear Find Max in Zig

    Linear Find Max in Zig

    I'm using the book "Data Structures & Algorithm Analysis in Java" by Mark Allen Weiss (because I still have it from my…

  • Scrutinizing Email Job Scams

    Scrutinizing Email Job Scams

    I’m so tired of being emailed scam jobs. It’s bad enough to be phished for any kind of scam, but when you need a job…

社区洞察

其他会员也浏览了