मुख्य कंटेंट तक स्किप करें

8 docs tagged with "javascript"

सारे टैग देखें

Fractional Knapsack Problem 2

In this blog post, we'll explore the Fractional Knapsack Problem, a greedy algorithm used to maximize the value of items that can be carried in a knapsack with a weight limit.

Node.js Cheatsheet

Complete quick reference for Node.js - Core modules, npm, async patterns, and best practices.

React Cheatsheet

Complete quick reference for modern React - Hooks, Components, Patterns, and Best Practices.

Time Complexity

Time Complexity is a measure of the amount of time an algorithm takes to solve a problem as a function of the size of the input to the problem. It is commonly estimated by counting the number of elementary operations performed by the algorithm, where an elementary operation takes a fixed amount of time to perform.

जावास्क्रिप्ट का परिचय (Introduction to JavaScript)

जावास्क्रिप्ट सीखना चाहते हैं? जानिए JS क्या है, यह बैकएंड और ब्राउज़र में कैसे काम करता है, और कैसे यह स्टेटिक वेब पेजों में जान फूंक देता है।

वेरिएबल्स की पहेली सुलझाएं: एक कम्प्लीट मल्टी-लैंग्वेज गाइड

JavaScript, Python, Java, और C++ में वेरिएबल्स पर महारत हासिल करें। इसके डिक्लेरेशन पैटर्न्स, मेमोरी मैनेजमेंट, स्कोप लाइफसाइकिल और प्रोडक्शन बेस्ट प्रैक्टिसेज को आसान भाषा में समझें।