அனைத்துப் பொது குறிப்புக்கள்
Jump to navigation
Jump to search
தமிழர்விக்கி தளத்தின் பதிவுகள் அனைத்திற்குமான ஒருங்கிணைந்த காட்சி. பதிவு வகை, பயனர் பெயர், அல்லது தொடர்புடைய பக்கத்தைத் தெரிவு செய்வதன்மூலம் காட்சி நோக்கை சுருக்கிக் கொள்ள முடியும்.
- 08:01, 13 மார்ச் 2024 Sukanthi Selva (Sukanthi) பேச்சு பங்களிப்புகள் created page Module:Exponential search ("-- 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..."-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது)