shirabe.org
Settings
English

Inflections of 探索

Plain
Polite
Form
Affirmative
Negative
Affirmative
Negative
Basics
Dictionary form — present & future
探索する
たんさくする
探索しない
たんさくしない
探索します
たんさくします
探索しません
たんさくしません
Completed — 'did, was'
探索した
たんさくした
探索しなかった
たんさくしなかった
探索しました
たんさくしました
探索しませんでした
たんさくしませんでした
Connector — 'and…', requests
探索して
たんさくして
探索しなくて
たんさくしなくて
探索しまして
たんさくしまして
探索しませんで
たんさくしませんで
Bare stem — builds other forms
探索
たんさく
Volition & command
'Let's' / intention
探索しよう
たんさくしよう
探索するまい
たんさくするまい
探索しましょう
たんさくしましょう
探索しますまい
たんさくしますまい
Blunt command — 'do it!'
探索しろ
たんさくしろ
探索する
たんさくする
探索しなさい
たんさくしなさい
探索しなさるな
たんさくしなさるな
Voice & causation
Ability — 'can do'
探索できる
たんさくできる
探索できない
たんさくできない
探索できます
たんさくできます
探索できません
たんさくできません
Done to the subject — 'is …-ed'
探索される
たんさくされる
探索されない
たんさくされない
探索されます
たんさくされます
探索されません
たんさくされません
Make / let someone do
探索させる
たんさくさせる
探索させない
たんさくさせない
探索させます
たんさくさせます
探索させません
たんさくさせません
Made to do (unwillingly)
探索させられる
たんさくさせられる
探索させられない
たんさくさせられない
探索させられます
たんさくさせられます
探索させられません
たんさくさせられません
Conditionals
'If' condition (~eba)
探索すれば
たんさくすれば
探索しなければ
たんさくしなければ
探索しますなら
たんさくしますなら
探索しませんなら
たんさくしませんなら
'When / if' (~tara)
探索したら
たんさくしたら
探索しなかったら
たんさくしなかったら
探索しましたら
たんさくしましたら
探索しませんでしたら
たんさくしませんでしたら
List actions among others (~tari)
探索したり
たんさくしたり
探索しなかったり
たんさくしなかったり
探索しましたり
たんさくしましたり
探索しませんでしたり
たんさくしませんでしたり

Tap a form to learn what it's for

Common
Pitch accent
Heiban (平板型)
Meaning English · JMdict
  1. 1
    search;lookup;hunt;(item of) research;exploration;investigation
    Every part of the island has been explored.
Save this word to start reviewing it with spaced repetition. Save word
From Wikipedia
English Wikipedia

In computer science, a search algorithm is an algorithm that retrieves information stored within some data structure. Data structures can include linked lists, arrays, search trees, hash tables, or various other storage methods. The appropriate search algorithm often depends on the data structure being searched. Searching also encompasses algorithms that query the data structure, such as the SQL SELECT command. Search algorithms can be classified based on their mechanism of searching. Linear search algorithms check every record for the one associated with a target key in a linear fashion. Binary, or half interval searches, repeatedly target the center of the search structure and divide the search space in half. Comparison search algorithms improve on linear searching by successively eliminating records based on comparisons of the keys until the target record is found, and can be applied on data structures with a defined order. Digital search algorithms work based on the properties of digits in data structures that use numerical keys. Finally, hashing directly maps keys to records based on a hash function. Searches outside of a linear search require that the data be sorted in some way. Search functions are also evaluated on the basis of their complexity, or maximum theoretical run time. Binary search functions, for example, have a maximum complexity of O(log(n)), or logarithmic time. This means that the maximum number of operations needed to find the search target is a logarithmic function of the size of the search space.

en.wikipedia.org · CC-BY-SA

Grammar codex

What the coloured tags mean

Hiragana

ひらがな

The rounded, flowing kana. Hiragana writes native Japanese words, grammar endings, and anything without (or alongside) kanji — it's the first script you learn. Each character stands for one syllable.

Example

ねこ — cat