Lecture 93: Shortest Path in Undirected Graphs || C++ Placement Series

CodeHelp - by Babbar
13 May 202219:52

Summary

TLDRThe provided script appears to be a mix of technical jargon and possibly a coding tutorial, interspersed with unrelated phrases and instructions. It discusses creating paths, using various tools and commands, and mentions cricket, possibly as an analogy or unrelated topic. The script also includes references to Python, graph logic, and audience engagement, suggesting it might be a guide or tutorial with a twist of humor or randomness.

Takeaways

  • 😀 The speaker is engaging in a casual conversation that includes coding and cricket references.
  • 🏏 There is a mention of 'T20 cricket', indicating a discussion about a specific format of the sport.
  • 🤔 The transcript includes a variety of technical terms and possibly coding-related content, suggesting a tutorial or guide.
  • 🛠️ The speaker discusses 'Python' and 'graph' concepts, hinting at programming or data structure lessons.
  • 🔍 A 'shortest path' problem is mentioned, which is a common algorithmic challenge in computer science.
  • 📝 The term 'notes' is frequently used, implying that the speaker might be referring to educational or instructional notes.
  • 📈 The speaker talks about 'development' and 'subjects', which could be related to personal or professional growth.
  • 🎥 There are mentions of 'video' and 'platform', suggesting content creation or sharing online.
  • 📈 The transcript includes motivational language, encouraging viewers to subscribe or engage with the content.
  • 📝 The speaker mentions 'notes' and 'sources', indicating an educational or informative intent behind the content.
  • 📱 There is a reference to 'hotspot' and 'connection', which might be related to technology or communication.

Q & A

  • What is the significance of the number 9342 mentioned in the script?

    -The script does not provide enough context to determine the significance of the number 9342. It could be a reference number, a code, or part of a tutorial step.

  • What does the term 'अंडर गारमेंट' refer to in the script?

    -The term 'अंडर गारमेंट' translates to 'under garment' in English. However, the script does not provide further details on its relevance.

  • What is the purpose of the 'shortest path' discussion in the script?

    -The script seems to be discussing finding the shortest path in a graph, which could be related to a coding problem or a tutorial on graph theory.

  • What is the 'source' mentioned in the script referring to?

    -The 'source' in the script could refer to the starting point in a path-finding problem or the origin of data in a coding context.

  • What is the meaning of 'डेस्टिनेशन नोट' in the script?

    -The term 'डेस्टिनेशन नोट' translates to 'destination note' in English, which might be a label or marker for the end point in a process or algorithm discussed in the script.

  • What is the relevance of 'Python' in the script?

    -The script mentions 'Python', indicating that the discussion might involve programming or coding in the Python language.

  • What is the 'graph' mentioned in the script?

    -The 'graph' in the script likely refers to a data structure used in computer science to represent networks of interconnected objects or nodes.

  • What is the '20-20 cricket' mentioned in the script?

    -The term '20-20 cricket' likely refers to the Twenty20 format of cricket, a shorter and faster version of the sport. However, its relevance to the rest of the script is unclear.

  • What does the script mean by 'फ्रांट' and 'बैक'?

    -The terms 'फ्रांट' and 'बैक' translate to 'front' and 'back' in English. They could be referring to positions in a sequence, aspects of a design, or elements in a coding project.

  • What is the 'hotspot' mentioned in the script?

    -The 'hotspot' in the script is not clearly defined, but it could refer to a critical point or area of interest in a process or a technical issue that needs attention.

  • What is the purpose of the 'subscribe' and 'thank you' phrases in the script?

    -These phrases suggest that the script might be part of a tutorial or presentation where the speaker is encouraging viewers to subscribe and expressing gratitude for their engagement.

Outlines

00:00

🔍 Understanding Graph Shortest Path Calculation

The first paragraph explains how to find the shortest path in an undirected graph. It introduces a scenario where a source and destination node are given, and the task is to calculate the shortest path between them. The approach discussed involves exploring different paths step-by-step and evaluating their costs. The paragraph breaks down multiple routes and compares them to determine the shortest one. Concepts like graph traversal and node connections are central, with the ultimate goal of finding an efficient solution using Python.

05:01

📊 Optimizing the Pathfinding Strategy

The second paragraph continues the discussion of graph traversal, focusing on specific nodes and distances to refine the pathfinding process. It emphasizes the step-by-step method for checking each node's connections and determining the optimal route. The paragraph also touches on coding techniques used to implement the solution and mentions challenges in ensuring accuracy. The logic centers around systematically evaluating distances, marking visited nodes, and recording paths. The approach suggests using algorithms like BFS (Breadth-First Search) for clarity and efficiency.

10:02

🛠 Refining the Algorithm with Detailed Steps

The third paragraph provides a deeper dive into the algorithm, focusing on the intricacies of managing paths, handling conditions, and refining the code. It highlights how the pathfinding logic is enhanced with better control over the nodes being processed. The process involves systematic iteration, checking conditions, and optimizing the traversal strategy. This section emphasizes the importance of careful debugging and fine-tuning the algorithm to ensure correctness, especially in complex graphs with multiple connections.

15:04

📈 Finalizing and Testing the Graph Algorithm

The fourth paragraph focuses on wrapping up the graph traversal process, running final tests, and validating the results. It discusses how different scenarios are handled, such as edge cases and potential errors. The testing phase ensures that all nodes are correctly visited, paths are accurately computed, and the final solution is reliable. The paragraph also touches on adjustments made to improve performance and user experience, suggesting practical tips for optimizing code and refining the overall approach. The narrative ends with a call to action, encouraging users to apply the concepts learned and subscribe for more updates.

Mindmap

Keywords

💡Graph

A graph in the context of this video script seems to represent a network or a structure that connects different elements or nodes. It is crucial for understanding the theme of connectivity and relationships between various components discussed in the video. For example, the script mentions creating a graph to understand the shortest path between a source and a destination, indicating its use in problem-solving or mapping out connections.

💡Shortest Path

The concept of 'shortest path' is a central theme in the script, likely referring to finding the most efficient route or method to achieve a goal. It is often used in network analysis, programming, or even in metaphorical discussions about decision-making. The script discusses finding the shortest path between nodes in a graph, which is a common algorithmic problem in computer science.

💡Python

Python is a high-level programming language mentioned in the script, which is widely used for its simplicity and versatility. It is likely the language of choice for the presenter when discussing coding solutions or algorithms, such as finding the shortest path in a graph. The script refers to Python as a tool for implementing the discussed concepts.

💡Source and Destination

In the script, 'source' and 'destination' are terms used to define the starting point and the end point in a journey or process, respectively. They are essential in the context of finding the shortest path, as the script discusses how to calculate the path between these two points in a graph.

💡Algorithm

An algorithm is a set of rules or steps used to solve a problem. In the video script, algorithms are implied when discussing how to determine the shortest path or how to process data within a graph. The script suggests using algorithms to logically understand and solve the presented problems.

💡Hotspot

The term 'hotspot' in the script could refer to a central point of interest or activity, or it might be used metaphorically to describe a critical area or node within the discussed graph. It is mentioned in the context of focusing on a particular part of the graph, indicating its importance in the analysis.

💡Logic

Logic is the study of valid reasoning, and in the script, it is mentioned in the context of understanding how to approach problem-solving. The presenter seems to emphasize the importance of logical thinking in comprehending and applying the concepts discussed in the video.

💡Subscription

A subscription, as mentioned in the script, refers to the act of signing up for a service or content, often on a platform like YouTube. It is used in the context of engaging with the content creator and receiving updates on new videos or content related to the video's theme.

💡Development

Development in the script likely refers to the process of creating, growing, or improving something, such as software, a concept, or a project. It is mentioned in the context of encouraging viewers to engage in development activities, possibly related to coding or problem-solving.

💡Subjects

Subjects in the script could refer to the topics or areas of focus within the video content. It is used in a sentence that suggests involving various subjects or areas of interest in the discussion, indicating a multidisciplinary approach to the video's theme.

💡Print

The term 'print' in the script seems to be used in the context of outputting or displaying information, possibly related to the results of an algorithm or the state of a graph. It is mentioned as an action to be performed after setting up or manipulating data within the discussed system.

Highlights

Introduction to the concept of finding the shortest path in an undirected graph.

Explanation of the logic behind the shortest path algorithm.

Demonstration of creating a graph and assigning weights to edges.

Discussion on how to handle and interpret different types of notes or nodes in the graph.

Use of Python for implementing the shortest path algorithm.

Step-by-step guide on coding the shortest path logic in Python.

Mention of using specific techniques to optimize the pathfinding process.

Explanation of how to deal with loops and cycles in the graph.

Integration of user input to customize the graph and pathfinding process.

Discussion on the practical applications of the shortest path algorithm.

Highlighting the importance of logical thinking in problem-solving.

Use of visual aids to better understand the graph structure and path.

Tips for debugging and refining the code for the shortest path.

Encouragement for viewers to try the algorithm with different graph configurations.

Summary of the key takeaways from the presentation on the shortest path.

Invitation for feedback and further discussion on the topic.

Closing remarks and final thoughts on the shortest path algorithm tutorial.

Transcripts

play00:00

कर दो

play00:03

हेलो हेलो जी के सारे ऐसे लोग हमेशा कूट

play00:06

हम पहुंचूं है लक्षण नंबर 9342 यहां पर

play00:09

पड़ने वाले शॉर्टेस्ट पथ इन अनडायरेक्टेड

play00:12

ग्राफ आपके पास एक अंडर गारमेंट में होगा

play00:15

आपको दो नोट बताएगा योग्य शोषण और की है

play00:18

डेस्टिनेशन नोट यह है या फिर आप चाहे तो

play00:21

आप सारी नोट्स का चौथा टेस्ट बात निकाल

play00:24

सकते हैं फ्रॉम र सोल्स नोट तो एक बार

play00:27

लॉजिक समझते हैं जिस प्रकार क्वेश्चन

play00:29

समझते हैं किस प्रकार और फिर आगे बढ़ेंगे

play00:31

कोर्ट की तरफ ठीक है तो फटाफट एक बार में

play00:33

ग्राफ बना लेता हूं कि एक ग्राहक बनाकर

play00:35

गाता हूं और उस हिसाब से शेयर किस प्रकार

play00:38

हमें लॉजिक बनाना है ठीक है ठीक है तो यह

play00:41

हमारा इनपुट में ग्राफ है हमें क्वेश्चन

play00:43

है वह है कि आप ऐसा करो ऐड कर ट्वंटी-20

play00:47

क्रिकेट तो आपका सौंठ जो है आपको यह सोर्स

play00:49

है वह है यह वाली नोट ठीक है आपको यह

play00:51

सोर्स है और यह आपकी डेफिनेशन है या आपकी

play00:54

डेफिनेशन है अगर हम जान से लिखित हमें

play00:57

क्या करना है हमें कोशिशें लगी सोर्स एंड

play00:58

डेस्टिनेशन बीच में शॉर्टेस्ट पथ बता दो

play01:01

हम वापस कौन-कौन से पेश करते हैं कि

play01:03

शुक्रिया कि मैं सो जाऊं ऐसे जाऊं ऐसा घृत

play01:06

तो मेरे पास पहला बात क्या है पाइथन कि

play01:09

आता है 102

play01:11

65 सेठ यह मेरा पहला पार्ट हो गया बढ़िया

play01:15

उसके बाद मैंने बोला कि यह पाथ टू दूसरा

play01:18

तरीका है मेरे पास दूसरा तरीका यह कि मैं

play01:20

ऐसे जानवर ऐसे जाऊं ठीक है तो मैंने इसको

play01:23

लिए फटाफट कि यार मैं जाऊंगा वहां से तीन

play01:25

और आठ है तीसरा तरीका है मेरे पास मैंने

play01:30

बोला पाती मेरे पास जो नजर आता है वह इस

play01:32

प्रकार है कि यार मैं ऐसे जाऊंगा ऐसा घृत

play01:35

ठीक है इस प्रकार जा सकता हूं तो यह हो

play01:38

गया 108

play01:39

67 68

play01:41

8:00 बजे मुझे हॉटस्पॉट निकालकर ध्यान से

play01:44

देखे तो इसमें कितना आप आधार है अगर मैहर

play01:48

का पेट वन मान लूं कि और यह वन है यह कौन

play01:50

है यह कौन है यह कौन है यह कौन है यह बना

play01:52

रहेगा कब दिखेगा कि अगर मैं यह वाला पार्ट

play01:56

फॉलो करता है यह वाला पार्ट फॉलो करता तो

play01:58

मेरा शॉट अशवाथ क्या होता कि यहां पर एक

play02:01

दो तीन यानि 30 तो यह करो दो एक दो तीसरे

play02:06

घर में दो एक दो तीन चार चार तो अतिशीघ्र

play02:11

समझ में आता है समय-समय पर यह वाला पार्ट

play02:14

यानि 138 वाला पार्ट है अगर यह जाकर चेक

play02:18

करो तो आउटपुट में भी मेरा 138 आना चाहिए

play02:22

चिरौंजी सॉल्व किया है इसके

play02:30

13138 इस प्रकार

play02:33

सिंपल यह बात

play02:40

करते हैं क्या होगा कैसे होगा

play02:44

तो सब्सक्राइब हम बात करने वाले हैं उसके

play02:48

बारे में करने को

play02:53

सब्सक्राइब

play02:55

करें थैंक यू

play02:58

जस्ट प्लेटफॉर्म यहां पर आप प्रकार से

play03:01

इंट्रस्टेड घ्र हुआ थे डेवलपमेंट करो यार

play03:04

बशीर

play03:06

वनकर्मियों को सब्जेक्ट्स ओवैसी को मैसेज

play03:09

पढ़ लो मैं आरडीए से करूं जब आप पाइथन कि

play03:12

शिमला मिर्च के अंदर तो आप यहां से पेट

play03:14

खोज ले पाएंगे सबसे प्यारी चीज जो लोग

play03:16

तारीफ करते कोड नहीं जानते हैं यहां पर

play03:18

01-01-2013 सपोर्ट अवेलेबल है लुटते थें

play03:21

तो कंट्रोल कर दिया जाएगा कोशिशों बनाए

play03:23

जाते हैं वह इस क्वेश्चन है जाते हैं कि

play03:25

ग्राफ मेहनत डालेंगे तो आपको रिजल्ट लेफ्ट

play03:27

मिलने वाला है कुछ बनाने वाले वंदे आलरेडी

play03:29

बड़ी-बड़ी कंपनियां फट चुके हैं तो उसका

play03:31

टेंशन लेने के लिए नहीं है लैंग्वेज अगर

play03:33

बात करें हिंदी इंग्लिश दोनों में अवेलेबल

play03:35

हैं कैश विड्रॉल करते रहना पॉइंट वीडियोस

play03:37

मिल जाएगी तो आप कोई भी प्रिंट खरीदा है

play03:39

तो अब आप समझदार हैं आपके पास यह लेकिन

play03:42

इसके अपने पढ़ा हुआ इस पर क्लिक करके आप

play03:44

ले सकते हैं और 20% सालों को मैक्सिमम है

play03:45

तो आपको मिल जाएगा धन्यवाद ठीक है तो हमने

play03:49

कहा कि चलो बहुत सिंपल गेम है बहुत सिंपल

play03:52

गेम है हम बीएफ का प्रयोग कर लेंगे बीएफ

play03:55

का प्रयोग ना यह आपको याद होगी अगर लेट से

play03:57

भरी ससुर यह तो बेस पर यह प्रिंट करेगी

play03:59

फिर यह तीनों फिर यह फ्रंट करेगी फिर यह

play04:03

तेरी गठरी पढ़कर इस प्रकार की होती है

play04:05

क्या लेवल बाल्यवन नीचे जाते जाते हैं

play04:08

जाते-जाते और पहली सारे के सारे नोट को

play04:10

प्रिंट करा लेते हैं ठीक है तो मुझे फटाफट

play04:12

सफलता एडिसन आसानी से आपके लिए यह कॉपी कर

play04:15

लेता है उसको थोड़ी सी और आसानी होगी मैं

play04:17

फिर

play04:20

अच्छा ठीक है

play04:22

हैं तो मैंने कहा कॉपी

play04:26

को टिकट

play04:28

इस पर मैंने कहा पेट तो यह मेरा गांव है

play04:31

मैंने बोला एडिसन से जाओ फटाफट तो हमने

play04:34

एडिसन आप यहां पर एबीसी प्लेलिस्ट

play04:37

वन के लिए क्या बन के लिए

play04:42

250 के ट्यूब के लिए क्या वन और

play04:47

531 और

play04:51

532

play04:53

और छेद

play04:56

और उनके लिए 6

play05:00

के लिए

play05:03

357 इस प्रकार तो यह अमेज़न से यह समझ

play05:12

सकते हैं तो आप यूज कर सकते हैं ठीक है तो

play05:16

हमने

play05:17

फोल्ड कर लेंगे तो मैंने कहा मैंने कहा कि

play05:22

मुझे तो हमने एक विडियो है

play05:34

123456789 इस प्रकार अखंड भले ही फाउंडेशन

play05:37

डे फूड नोटिफिकेशन और इसे

play05:40

जरा यह सारी की सारी नोट स्टार्टिंग में

play05:43

नॉट विजेटेड है नॉट विजिट घृत में

play05:49

मुझे चाहिए हमने बोला कि मुझे एक बात

play05:55

करूंगा मैं

play05:56

अभी

play05:59

आपको तो हमने कहा मुझे एक चाहिए

play06:06

करूंगा मैं

play06:14

123456789 मैंने यहां पर मैं करूंगा ठीक

play06:17

है तो यह

play06:21

सब्सक्राइब

play06:23

किसी को पता है

play06:28

ठीक है सोनू शुरुआत की थी हमने बोला कि

play06:31

जवांस निकाला शुरू करते हैं फटाफट सबके

play06:33

डिस्टैंसेस पेरेंट्स और कर लेते हैं तो

play06:35

हमने शुरुआत कर दी है इस नोट के साथ तो

play06:38

हमने बोला अब क्योंकि अभी फेस है तो मुझे

play06:41

क्यों करनी पड़ेगी इतने सारे विकसित करने

play06:43

यूज कर ली है तो मैं क्यों करनी पड़ेगी

play06:46

तुमने बोला यह सोर्स नोट है तो इसको क्यों

play06:49

में डाल दो तो हमने इसकी उसके अंदर सबसे

play06:51

पहले नॉट वन डाल दी यह बात समझ में आ गई

play06:54

जब मैंने डाली तो मैं इसको विश्व डिमांड

play06:57

करना पड़े कि यह स्ट्रेट हो चुकी है अब

play07:01

योग्य शोषण और है कौन बोला कि आपका पेन

play07:03

ड्राइव मेंशन होगा ऐसे दिया कि आपका पैर

play07:06

रिमाइंड करो कि मुझे बता को फ्रंट कहां से

play07:08

पैदा हुआ है ठीक है तो ठीक है तो हमने अब

play07:10

तक क्या कर लिया हम सोंठ पर थे हमने सोचा

play07:12

कुछ कर दिया लोगों के बीमार कर दिया और

play07:14

उसका पैंट शर्ट कर दिया इतना शुरू कर दिया

play07:16

था अब हमने क्या-क्या किया ऐसा करो फ्रंट

play07:19

निकालो तो फ्रेंड कि आगे इस फ्रंट तालिबान

play07:22

तो अपने आंसुओं को ऑफ कर दिया आपने बोला

play07:24

इसके लिए मिनट बजाओ टू थ्री फोर टू थ्री

play07:28

फोर तो आपने बोला ठीक है तीनों को इंसल्ट

play07:30

कर दो प्रिंट करने से पहले विष्णु और पीनट

play07:33

मार्केट जाना ठीक है तो मैं पहले मुद्रा

play07:35

टीटू के लिए हमने इसको यह मार कर दिया

play07:37

इसका पेस्ट बन सेट कर दिया क्योंकि यह कुछ

play07:40

कर दिया फिर हम मिर्ची को पकड़ा चाकू मार

play07:43

कर दिया 3.1 कर दिया और ठीक को पोस्ट कर

play07:46

देगा कि आपने फर्क पड़ा खुर्रम ने वेस्ट

play07:48

मार कर दिया और कपड़े बंद कर दिया और फोर

play07:51

को पुष्ट कर दिया बहुत बढ़िया इसका हमने

play07:54

अपने निकाला मैं अपना निकला ने यह निकला

play07:57

2012 निकल गए छुपा कर दिया अब हम टू के

play08:00

एडिसन और पर चलेंगे 145 हमने वन को पकड़ा

play08:04

वन को चेक करने का सेवन तो आलरेडी विजेटेड

play08:07

है कि मंत्र ऑडियो विजुअल है तो इस कमेंट

play08:10

कर दिया हमने इसको पानी को ऐड किया 5.2

play08:14

सेट किया और फाइव को यहां पर पोस्ट कर

play08:17

दिया बहुत बढ़िया कनेक्शन हटाया एक ने

play08:19

अपने निकाला अब left किया है फ्री है

play08:21

फ्रंट निकाला थ्री लेंगे इस तरीके से आप

play08:24

कर दिया सीधे

play08:26

1481 जो है और एक्टिवेटिड है तो हमने बंद

play08:29

को नैकलेस कर दिया एट को पकड़ लिया एक

play08:32

हमने विष्णु मार कर दिया एट का पेंट हमने

play08:34

थ्री सेट कर दिया जो कि हमारी फ्रंट है और

play08:38

हमने पेट को यहां पर पोस्ट कर दिया बहुत

play08:40

बढ़िया यह फ्रंट द्वारा निकाला होने वाला

play08:43

फ्रंट क्या है फ्रंट आपका फोन है और कम

play08:46

डिप कर दिया और यह नोट फिर चलेंगे उन और

play08:49

665 है तो वह नहीं उठाऊंगा पिछड़ा क्षेत्र

play08:52

में विशेष मार कर दिया चीज का पेंट कौन है

play08:54

चार है और हमें शिक्षा में पूछ कर दिया

play08:57

बहुत बढ़िया इस बारे में क्या बोला कैसे

play09:00

करो फ्रंट में निकाल तो मैं यह फ्रंट

play09:01

निकाला पौन इंच यह वाला आपने शुरू कर दिया

play09:05

था एक नए एपिसोड 282 ऑडिशन है तू कनेक्ट

play09:08

कर दिया एसपी गए इंस्टॉलेशन है एट को भी

play09:11

नेक्स्ट कर दिया बहुत बढ़िया इस पॉइंट को

play09:13

हटाया अगले फ्रंट पर गए क्योंकि आठ यह

play09:17

वाला सेटअप कर दिया पेट के निर्भर है सबसे

play09:20

बेहतरीन पर पति और डेविड है

play09:22

575 ऑडिशन है सेवंथ पे कमिशन मार कर दिया

play09:27

सावन का पेस्ट क्या हो गया आ गया और हमने

play09:30

सेवन को यहां पर पूछ कर दिया बहुत बढ़िया

play09:32

इसराइल हटा दिया अगले फ्रंट पर गए परंतु

play09:35

क्या निकला सिक्स निकला सिक्स सामने अप कर

play09:37

दिया सिक्स कि हम निर्भर है फ्लोर

play09:40

पॉजिटिविस्ट है

play09:43

0108 इस्ट है तो ठीक है इसे

play09:46

यहां से हटाया पहने वाला फ्रंट मैंने लोग

play09:50

यहां से

play09:53

और

play09:56

Video को शेयर किया

play09:58

है तो यह यहां से

play10:02

मैं तो तेरे ढंग से बन चुका है मेरे पास

play10:07

हर मोड़ पे सेट हो यह चाहिए था

play10:13

कि सरकार

play10:15

द्वारा

play10:17

बताई थी तो

play10:27

दूसरी ओर थी है तो आप शॉट टेस्ट वाले वी

play10:30

में ही जा रहे होते हैं वे उन ट्यूशन होती

play10:33

है यह बात मैं समझ आने पर यह सारे के सारे

play10:35

पास को प्रिंट करते जाते हो और टेस्ट में

play10:38

के अंदर ही तुम्हारे बच्चे पेंट वाला है आ

play10:40

गया इसी यह करके वहां से निकाल लूंगा इसी

play10:43

वक्त लश्कर के बाहर निकाला सवाल कैसे

play10:44

मैंने बोला कि देताह मैंने बोला आप इसे

play10:48

खाते आपको

play10:49

कि तुमने फटाफट वाले यहां पर आलिया

play10:52

पिघला

play10:59

123456789

play11:01

12345

play11:03

781 का पेस्ट कौन है वन का पेंट है -

play11:08

151

play11:10

243 में कहां से Bigg Boss ने मैं वन से

play11:14

लेकर देश में था मेरा शौक था 80 के बीच

play11:19

में निकाल बहुत

play11:22

अगर मैं हूं कि मेरे को

play11:26

तक पहुंचने

play11:29

के लिए

play11:39

बहुत मजा

play11:42

आ गया

play11:46

तो मैंने बोला यह तो चाहिए था तो आपने वन

play11:48

से लेकर पेट के बीच का एग्जिट पाथ निकाल

play11:51

लिया प्रीतो उल्टा हुआ था रिवर्स कर दो तो

play11:54

यह 1512

play11:58

अगर आपने निकाल लिया

play12:04

था कि में डेस्टिनेशन पकड़कर करता हुआ

play12:09

बैठक में तक पहुंच जाऊं मैं क्या करूं

play12:13

मैंने यहां पर अपने डेस्टिनेशन को पकड़ा

play12:15

और करो ब्रिंग टू फ्रंट

play12:31

कर देता हूं आपको समझ में

play12:36

सबसे पहले हमें इडली बनानी है

play12:41

जो हमने बोला कि यार एक अ 9th मे बनाओ

play12:47

कि इन तमाम लिस्ट ऑफ एंट्री तो मैं बहुत

play12:50

बार बना गया

play12:53

एक लोग चलाओ और इंटास गुर्जरों से लेकर

play12:57

आयल ऐड कर साइज

play13:00

आवासीय लग रही होगी तो कभी 3 घंटे गिलास

play13:03

लेकर आया हूं तो आंसू पांच वीडियो सूट

play13:05

करेगी अब शूट कर रहे हैं रात कितना टाइम

play13:07

हो रहा है अभी

play13:08

02:04 और

play13:11

जूस ऑफ

play13:14

i.com स्विच

play13:17

अज्जू सफाई डॉट सेकंड अल्टो की तरफ तो

play13:23

दोनों ही तरफ से भी और विषय योगी तो आपने

play13:29

कि इस प्रकार यह उसे भी बना दी और फिर इस

play13:32

प्रकार विषय बना लीजिए

play13:35

यह

play13:37

पहला काम कर दिया उसके बाद मैंने हर

play13:40

सेकेंड नाम क्या था से रिकार्ड तोड़ दिए

play13:41

फालूदा सेव करूं उस करने के विषय बनाया था

play13:44

तुमने बना है कि चलो यार एक इन थे ओल्ड

play13:47

वर्ल्ड मैप ऑफ इंडिया मार्क भूल यह मेरा

play13:52

वॉइस ट्राई करेगा बहुत बढ़िया फिर मैंने

play13:55

बोला कि आनंद आर्डर मैप ऑफ इंडिया को

play13:59

माइंड यह मेरे फ्रंट को ट्राई करेगा बहुत

play14:01

बढ़िया मैंने बोला मेरी सोच समझ कौन सी है

play14:03

सोशल बैरियर्स है तो ऐसा करो एक क्यों

play14:06

बनाओ फेस क्रिएटिव फ्रेंड क्यों क्योंकि

play14:09

अंदर पुष्कर दो इसको शोषण को और विजिट जो

play14:13

है शोषण का वह ट्वीट कर देना इतना पार्ट

play14:16

हो गया फिर मैंने बोला भी सेवर स्टार्ट

play14:19

करो वॉल्यूम नॉट गुड फॉर टेंपल्स पेज फॉर

play14:22

को क्या करना है ऐसा करो कंट्रोल निकाल लो

play14:26

को टर्न ओन निकालो

play14:32

निकाल लिया अब ने बगावत कर लो फ्लोर ऑटो आ

play14:36

ई बिलॉन्ग टू एडीजे ऑफ फ्रंट है

play14:42

अच्छा ठीक है क्या करना है सिंपल सी चीज

play14:46

है अगर आपका यह विशेष नहीं हैव नॉट

play14:48

विजेटेड ऑफ आई तो क्या करना है टेंपल इसका

play14:53

भीतर मार्करों वेस्ट ऑयल को शुरू

play14:57

त्यौहार करो कि पैराडाइज इक्वल टू फ्रंट

play15:00

और उसको क्यों बढ़ा दो

play15:04

कि

play15:05

टिकट कितने का है अपने कर लिया आपके फेस

play15:09

ट्रैवल्स यहां पर कंपलीट हो चुका है पेंट

play15:11

वाला है रेडी हो चुका है बहुत बढ़िया बहुत

play15:14

बढ़िया वाला फ्रेंड को यहां पर सेट कर

play15:16

लेता हूं कि फ्रंट आफ हिस फिजिकल टू माय

play15:19

थोड़ा ठीक है इस प्रकार अब मैंने बोला ठीक

play15:21

है अगला पाठ पढयो प्रिपेयर

play15:27

234 पा

play15:30

चुके टन टन कराने तो रामपुर तो चलो मैंने

play15:33

एक रेस्टोरेंट बना लोगे तो डॉक्टर एंड

play15:36

आंसर बहुत बढ़िया इतना हो गया हमारा

play15:39

कंट्रोल डोंट वरी

play15:41

करंट है मेरी टैबलेट अनुमति है दर्शा रहा

play15:44

हूं यहां पर अगर आपको ठीक है जिसमें आपको

play15:46

बोलते हैं आपके हेल्थ से स्टार्ट करेंगे

play15:48

हम टेंशन स्टार्ट करते थे वैसे मैंने इसको

play15:50

बोलते हैं यह मेरी कंट्रोल है इसको बोलते

play15:52

हैं मैंने यह करंट नॉलेज बहुत बढ़िया तो

play15:55

मैंने ग्रुप चलाया मैं उल्टा जब तक मेरी

play15:57

कंट्रोल

play15:59

इक्वल नहीं हो जाती सोर्सड के लिए अमेरिका

play16:02

यात्रा करते-करते टमाटर के पिंपल्स बैठक

play16:05

करके पर पहुंचे वन मेरी स्टोप्स नोट है तो

play16:07

मैं आप रुक गया था इसलिए तो जब तक मेरी

play16:10

कैरेट सूंड बिल्कुल न हो जाए तब तक मैं वह

play16:12

लौटकर आता रहूंगा अब क्योंकि मैं यहां पर

play16:14

अनुमति ले ली थी जिसका शिकार आंसर डालना

play16:17

आंसर डोंट उस वेस्ट TV ठीक है करंट अपडेट

play16:21

कर दो मैंने बोला करंट नोट जो है वह जाएगी

play16:24

ब्रॉड है

play16:26

अच्छा ठीक है और इसको अच्छे से ट्रैक्टर

play16:30

265 खुराक जो कि मेरी करोगी तो

play16:35

अच्छा ठीक है इतना हो गया मैं बोला थोड़ा

play16:38

कर दूंगा

play16:39

एक बार करें गलती इंसान से तो इसको रन कर

play16:43

लिया और इसमें छोटे से मिलती बता दूं कि

play16:45

आपने कुछ बैंक नोट नहीं दिया हुआ

play16:48

इंक्लूड थे

play16:50

कि अ 9th मैप हैव इंप्रूव्ड

play16:55

क्यों

play16:56

हॉस्टलों

play16:58

मैं बलाचौर आकर देखो

play17:02

कि अब चला कर देखो

play17:04

तो उसने बोला सब रोज नहाने का भाव चेक

play17:08

करते हैं गलती करिए हम लेंगे इसे लाइक

play17:10

जरूर कीजिए जो साइज सबसे ज़ोर से

play17:13

कंटिन्यूज विद आंसर विषयों में अनुसार ठीक

play17:16

है एक विशेष बनाया एक पेस्ट बनाया क्यों

play17:20

बनाई पुष्ट किया पेरेंट्स माइनस वन विष्णु

play17:22

ट्रू ठीक है यह कंपनी होती है करो फ्रंट

play17:25

निकालो गिवर करो नेवर निकाला अगर नंबर

play17:28

विशेष नहीं है तो उसको कूटकर तो फ्रेंड

play17:30

इसका पेस्ट कर दो और क्योंकि कर दो हाय

play17:32

बिल्कुल ठीक है ब्लैक ट्रेन ट्रांसफर यह

play17:35

बिल्कुल ठीक है हम एक चैप्टर यहां पर

play17:37

स्पेस करके होता रिवर्स वाला कि मुझे

play17:39

शतावरी वर्ष में देना था ना तुमने बोला

play17:42

आंसर भेजने से पहले वहां समझ कर देगा भी

play17:45

वर्ष आंसर डॉट बिग अड्डा

play17:48

मैं आंसर डॉटर एंड सों

play17:52

कि अब चला कर देखो

play17:54

कि अब तुम आकर देख को उसने बोला करेक्ट

play17:57

आंसर मैंने बोला सबमिट कर के देख को मैंने

play18:00

बोला समय करके देखो और

play18:05

है तो हमने इस प्रकार करेक्ट आंसर निकाल

play18:08

लिया है बहुत बढ़िया बहुत बढ़िया

play18:11

टीम टीम हमारा काम हो गया इस प्रकार

play18:17

से बात करें तो शीघ्र

play18:25

जो कि

play18:27

यह

play18:36

बात करो अगर मैं इसको एक तरफ साइड में

play18:43

आपको लग रहा है लग रहा है लग रहा है और

play18:47

मैं कह सकता हूं कि अगर आप सब्सक्राइब कर

play18:51

लें

play18:56

अगर

play19:03

किसी भी करें हंसाने वे मान लो मुझसे पूछा

play19:07

होता कि यार एक से 8 के बीच हॉटस्पॉट बता

play19:10

दो तो मुझे बोलना कि तू आंसर वैष्णव कि 12

play19:14

नंबर फर्स्ट तो तुम्हें कहां मुश्किल है

play19:16

मुश्किल सिंपल तो है आप को उठाया था इसको

play19:21

बोलते हो ना कि एक बार कि लक्ष्मण की

play19:29

और हो दोस्तों

play19:34

आपने एक बार पेंट वाला

play19:45

इंसान जाता और है

Rate This

5.0 / 5 (0 votes)

関連タグ
Script ChaosNonsensicalGibberishCorrupted TextRandom TermsUnrelated PhrasesIncoherentMixed ContentText ErrorGarbled Script
英語で要約が必要ですか?