RSS

Tag Archives: Algorithms

Algorithms & Parts

  • Dynamic Programming Algorithms: This class remembers older results and attempts to use this to speed the process of finding new results.
  • गतिशील प्रोग्रामिंग एल्गोरिदम: यह वर्ग याद पुराने परिणाम और इस प्रयोग को गति प्रयास नई परिणाम पाने की प्रक्रिया.

  • Greedy Algorithms: Greedy algorithms attempt not only to find a solution, but to find the ideal solution to any given problem.
  • लालची एल्गोरिदम: लालची एल्गोरिदम को ही करने की कोशिश नहीं एक समाधान है, लेकिन किसी के लिए आदर्श समाधान दी समस्या है.

  • Brute Force Algorithms: The brute force approach starts at some random point and iterates through every possibility until it finds the solution.
  • जानवर सेना एल्गोरिदम: जानवर बल दृष्टिकोण शुरू कुछ बेतरतीब बिंदु पर और हर माध्यम से iterates जब तक यह समाधान पाता है संभावना है.

  • Randomized Algorithms: This class includes any algorithm that uses a random number at any point during its process.
  • यादृच्छिक एल्गोरिदम: यह वर्ग किसी भी शामिल है एल्गोरिथ्म कि किसी भी बिंदु पर एक यादृच्छिक संख्या के दौरान प्रयोग करता है अपनी प्रक्रिया.

  • Branch and Bound Algorithms: Branch and bound algorithms form a tree of subproblems to the primary problem, following each branch until it is either solved or lumped in with another branch.
  • शाखा और बन्धे एल्गोरिदम: शाखा और बाध्य एल्गोरिदम प्राथमिक समस्या subproblems के एक पेड़ के फार्म का, प्रत्येक शाखा जब तक यह भी हल हो या lumped है निम्नलिखित में एक और शाखा के साथ.

  • Simple Recursive Algorithms: This type of algorithm goes for a direct solution immediately, then backtracks to find a simpler solution.
  • सरल रिकर्सिव एल्गोरिदम: कलन विधि इस प्रकार है सीधा समाधान के लिए तुरंत, तो backtracks को एक सरल समाधान.

  • Backtracking Algorithms: Backtracking algorithms test for a solution, if one is found the algorithm has solved, if not it recurs once and tests again, continuing until a solution is found.
  • पीछे हट एल्गोरिदम: परीक्षण के लिए एल्गोरिदम पीछे हट एक समाधान है, अगर एक ही पाया जाता है एल्गोरिथ्म सुलझ गया है, अगर ऐसा नहीं है और एक बार फिर परीक्षण बारंबार है, जब तक जारी समाधान मिल गया है.

  • Divide and Conquer Algorithms: A divide and conquer algorithm is similar to a branch and bound algorithm, except it uses the backtracking method of recurring in tandem with dividing a problem into subproblems.
  • फूट डालो और राज एल्गोरिदम: एक और विभाजन को जीत एल्गोरिथ्म एक शाखा है और बाध्य एल्गोरिथ्म के समान है, सिवाय उस में आवर्ती के पीछे हट विधि का उपयोग करता है subproblems में एक समस्या विभाजन के साथ मिलकर.
 
Leave a comment

Posted by on November 26, 2009 in SEO Algorithms

 

Tags:

 
Follow

Get every new post delivered to your Inbox.