About 19 results
Open links in new tab
  1. How can I find the time complexity of an algorithm?

    Well the complexity in the brackets is just how long the algorithm takes, simplified using the method I have explained. We work out how long the algorithm takes by simply adding up the …

  2. python - Candies Distribution Problem NPTEL. Display a single …

    Apr 10, 2021 · Candies Distribution Problem NPTEL. Display a single integer indicating the minimum number of moves required to equalize the size of each packet?

  3. html - Python to save webpages in pdf format - Stack Overflow

    Apr 1, 2017 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation …

  4. image and text content in components.html () - Stack Overflow

    May 12, 2024 · I want to display an image and some text below it, using components.html(). But text is not getting displayed below the image. Following is the code: import streamlit as st …

  5. javascript - Authentication middleware applies to all routes in my …

    Jun 14, 2023 · I created a requireAuth middleware and imported it to app.js, In app.js I have also imported all the routes from routes folder. In each each route.js file I have multiple chained …

  6. java - Default members of an public class - Stack Overflow

    Feb 9, 2021 · I am learning core java from NPTEL courses in that course during the lecture about access specifier they had told us that "When a class is public all its members with default …

  7. Python code to compute three square theorum - Stack Overflow

    Feb 12, 2020 · A positive integer m can be expresseed as the sum of three squares if it is of the form p + q + r where p, q, r ≥ 0, and p, q, r are all perfect squares. For instance, 2 can be …

  8. reactjs - Vosk Model is not Loading - Stack Overflow

    Mar 9, 2025 · I am Using vosk_model_en_in_0.5 (1GB) 36.12 (NPTEL Pure) Generic Indian English model for telecom and broadcast. And i have checked that the model is fully extracted …

  9. How to view my running docker image in the browser via private IP?

    Oct 22, 2018 · you can first verify if your container is up by using docker ps then check netstat -nptel on host to see if the application is listening on 8080. Also verify by using curl …

  10. How to Call a Function you've created into int main() c …

    Jan 25, 2017 · Please Read A Decent C Book with complete dedication forgetting everything what you already know or you would face similar misconceptions later too , I would recommend …