வேறுபாட்டைக் காண வேண்டிய இரண்டு பதிப்புகளைத் தெரிவு செய்து கீழுள்ள பொத்தானை அழுத்தவும்.
குறியீட்டு விளக்கம்: (நடப்பு) = நடைமுறையிலுள்ள பதிப்புடனான வேறுபாடு, (கடைசி) = முந்திய பதிப்புடனான வேறுபாடு, சி = சிறு தொகுப்பு

13 மார்ச்சு 2024

  • நடப்புமுந்திய 08:0108:01, 13 மார்ச்சு 2024 imported>Sukanthi 1,092 எண்ணுன்மிகள் +1,092 "-- This module provides a generic exponential search algorithm. requirestrict local checkType = require('libraryUtil').checkType local floor = math.floor local function midPoint(lower, upper) return floor(lower + (upper - lower) / 2) end local function search(testFunc, i, lower, upper) if testFunc(i) then if i + 1 == upper then return i end lower..."-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது

18 பெப்பிரவரி 2023

"https://tamilar.wiki/w/Module:Exponential_search" இலிருந்து மீள்விக்கப்பட்டது