Tech24 Deals Web Search

Search results

  1. Results from the Tech24 Deals Content Network
  2. LeetCode - Wikipedia

    en.wikipedia.org/wiki/LeetCode

    LeetCode is an online platform for coding interview preparation. The service provides coding and algorithmic problems intended for users to practice coding. LeetCode has gained popularity among job seekers and coding enthusiasts as a resource for technical interviews and coding competitions.

  3. CodeFights launches a new practice mode to help developers ...

    techcrunch.com/2017/06/22/codefights-new...

    In its first incarnation, the interview practice mode only provided developers with examples of interview questions that they could then use to study for an upcoming interview. Now, the experience ...

  4. Coding interview - Wikipedia

    en.wikipedia.org/wiki/Coding_interview

    A coding interview, technical interview, programming interview or Microsoft interview is a technical problem-based job interview technique to assess applicants for a computer programming or software development position. Modern coding interview techniques were pioneered by Microsoft during the 1990s [1] and adopted by other large technology ...

  5. Programming ethics - Wikipedia

    en.wikipedia.org/wiki/Programming_Ethics

    Programming ethics. This article gives an overview of professional ethics as applied to computer programming and software development, in particular the ethical guidelines that developers are expected to follow and apply when writing programming code (also called source code ), and when they are part of a programmer-customer or employee ...

  6. You can practice for a job interview with Google AI - Engadget

    www.engadget.com/google-ai-job-interview-warmup...

    The company has launched an Interview Warmup tool that uses AI to help you prepare for interviews across various roles. The site asks typical questions (such as the classic "tell me a bit about ...

  7. Lamport's bakery algorithm - Wikipedia

    en.wikipedia.org/wiki/Lamport's_bakery_algorithm

    Lamport's bakery algorithm is a computer algorithm devised by computer scientist Leslie Lamport, as part of his long study of the formal correctness of concurrent systems, which is intended to improve the safety in the usage of shared resources among multiple threads by means of mutual exclusion . In computer science, it is common for multiple ...

  8. Producer–consumer problem - Wikipedia

    en.wikipedia.org/wiki/Producer–consumer_problem

    Producer–consumer problem. In computing, the producer-consumer problem (also known as the bounded-buffer problem) is a family of problems described by Edsger W. Dijkstra since 1965. Dijkstra found the solution for the producer-consumer problem as he worked as a consultant for the Electrologica X1 and X8 computers: "The first use of producer ...

  9. Dry run (testing) - Wikipedia

    en.wikipedia.org/wiki/Dry_run_(testing)

    A dry run (or practice run) is a software testing process used to make sure that a system works correctly and will not result in severe failure. For example, rsync, a utility for transferring and synchronizing data between networked computers or storage drives, has a "dry-run" option users can use to check that their command-line arguments are valid and to simulate what would happen when ...