Security Functions

Sort by

recency

|

75 Discussions

|

  • + 1 comment

    Thanks for breaking it down so clearly! Understanding sets and functions reminds me of managing mobile patrol security routes—each guard (like an element in set A) must be assigned to a specific area (set B) with no overlap. Just like in security, structure and logic make all the difference.

    • + 0 comments

      ouruniversitypedia is a dedicated platform offering comprehensive solutions for all your CGPA and GPA calculation needs. Whether you're a student trying to convert your grades into percentages, understand different university grading systems, or simply want to track your academic performance more effectively, the site provides accurate calculators and insightful resources. It's designed to simplify the complex academic evaluation process and help students make informed decisions about their education and career planning.

  • + 0 comments

    Holy cow, is part of the test supposed to be deciphering the needlessly convoluted wording of the question?

    I had no idea wtf they were asking until I saw the problem description on the problem index page:

    "Write a function that returns the remainder of x divided by 11"

    Why not just put that...???

  • + 0 comments

    Is this a good idea to use this script in wordPress website? I'm working on content based wesbite of Detektei Stuttgart and I want to use this script for my content blog.

  • + 0 comments

    def secFunc(x): return (x%11)

    n = int(input()) print (secFunc(n))

    its good way to solve And Use Our logic to solve the qestaion

  • + 0 comments

    Is this a joke? How did this ever get past whatever review process hackerrank hopefully has?