Module:Exponential search: திருத்த வரலாறு

Jump to navigation Jump to search

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

13 மார்ச் 2024

  • நடப்புமுந்திய 08:0108:01, 13 மார்ச் 2024Sukanthi Selva (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..."-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது
"https://tamilar.wiki/w/Module:Exponential_search" இருந்து மீள்விக்கப்பட்டது