Search references for ONE PASS-ALGORITHM. Phrases containing ONE PASS-ALGORITHM
See searches and references containing ONE PASS-ALGORITHM!ONE PASS-ALGORITHM
Type of streaming algorithm
In computing, a one-pass algorithm or single-pass algorithm is a streaming algorithm which reads its input exactly once. It does so by processing items
One-pass_algorithm
Important algorithms in numerical statistics
robust two-pass algorithm for computing the variance, one can first compute and subtract an estimate of the mean, and then use this algorithm on the residuals
Algorithms for calculating variance
Algorithms_for_calculating_variance
Low-space search for a majority element
A version of the algorithm that makes a second pass through the data can be used to verify that the element found in the first pass really is a majority
Boyer–Moore majority vote algorithm
Boyer–Moore_majority_vote_algorithm
Measure of variation in statistics
the running sums method with reduced rounding errors. This is a "one pass" algorithm for calculating variance of n samples without the need to store prior
Standard_deviation
Class of algorithms operating on data streams
streaming algorithms process input data streams as a sequence of items, typically making just one pass (or a few passes) through the data. These algorithms are
Streaming_algorithm
Algorithmic application of graph theory
the two-pass algorithm, (also known as the Hoshen–Kopelman algorithm) iterates through 2-dimensional binary data. The algorithm makes two passes over the
Connected-component_labeling
Simple sorting algorithm using comparisons
passes through the list are repeated until no swaps have to be performed during a pass, meaning that the list has become fully sorted. The algorithm,
Bubble_sort
Algorithm that arranges lists in order
In computer science, a sorting algorithm is an algorithm that puts elements of a list into an order. The most frequently used orders are numerical order
Sorting_algorithm
Non-comparative lexicographical sorting algorithm
sorting algorithm. It avoids comparison by creating and distributing elements into buckets according to their radix. For elements with more than one significant
Radix_sort
Automated method for solving mazes
maze-solving algorithm is an automated method for solving a maze. The random mouse, wall follower, Pledge, Tarry's, and Trémaux's algorithms are designed
Maze-solving_algorithm
Inference algorithm for hidden Markov models
remainder of this article refer only to one specific instance of this class. In the first pass, the forward–backward algorithm computes a set of forward probabilities
Forward–backward_algorithm
Randomized algorithm
randomized algorithms for choosing a simple random sample, without replacement, of k items from a population of unknown size n in a single pass over the
Reservoir_sampling
Algorithm used for pathfinding and graph traversal
source node and a goal node, the algorithm finds the shortest path (with respect to the given weights) from source to goal. One major practical drawback is
A*_search_algorithm
Streaming algorithm
algorithm for it in the paper Finding repeated elements. Their algorithm extends the Boyer-Moore majority finding algorithm in a significant way. One
Misra–Gries heavy hitters algorithm
Misra–Gries_heavy_hitters_algorithm
Class of algorithms which use a moving line to solve geometrical problems
In computational geometry, a sweep line algorithm or plane sweep algorithm is an algorithmic paradigm that uses a conceptual sweep line or sweep surface
Sweep_line_algorithm
Computer vision algorithm
algorithm can compute the cost in two passes, a forward pass accumulating the cost from the left, top-left, top, and top-right, and a backward pass accumulating
Semi-global_matching
Signal processing method
of the algorithm is to minimize the error in the pass and stop bands by utilizing the Chebyshev approximation. The Parks–McClellan algorithm is a variation
Parks–McClellan filter design algorithm
Parks–McClellan_filter_design_algorithm
Quantum search algorithm
In quantum computing, Grover's algorithm, also known as the quantum search algorithm, is a quantum algorithm for unstructured search that finds with high
Grover's_algorithm
Type of algorithm in computer science
sequence of states. Deterministic algorithms are by far the most studied and familiar kind of algorithm, as well as one of the most practical, since they
Deterministic_algorithm
Line-drawing algorithm
Bresenham's line algorithm is a line drawing algorithm that determines the points of an n-dimensional raster that should be selected in order to form
Bresenham's_line_algorithm
Heuristic algorithm for finding partitions of graphs
equivalent to assigning weight one to each edge. The algorithm maintains and improves a partition, in each pass using a greedy algorithm to pair up vertices of
Kernighan–Lin_algorithm
to the GSP algorithm. This process requires one pass over the whole database. GSP algorithm makes multiple database passes. In the first pass, all single
GSP_algorithm
Heart rate measuring algorithm used in ECGs
content. In the original algorithm proposed in 1985, the band-pass filter was obtained with a low-pass filter and a high-pass filter in cascade to reduce
Pan–Tompkins_algorithm
Technique in digital signal processing
analog telephone. The algorithm was first described by Gerald Goertzel in 1958. Like the DFT, the Goertzel algorithm analyses one selectable frequency
Goertzel_algorithm
Cryptography framework
should not be confused with various other algorithms which use 3 passes for authentication. It is called a three-pass protocol because the sender and the receiver
Three-pass_protocol
Divide and conquer sorting algorithm
merge-sort) is an efficient, general-purpose, comparison-based sorting algorithm. Most implementations of merge sort are stable, which means that the relative
Merge_sort
Class of sorting algorithms that can handle massive amounts of data
chunk is available. The merge pass is key to making external merge sort work externally. The merge algorithm only makes one pass through each chunk, so chunks
External_sorting
result. The algorithm is named after Mihalis Yannakakis. For an acyclic query, a join tree exists and can be computed in linear time; one standard way
Yannakakis_algorithm
Two-pass global illumination rendering algorithm
In computer graphics, photon mapping is a two-pass global illumination rendering algorithm developed by Henrik Wann Jensen between 1995 and 2001 that approximately
Photon_mapping
Type of garbage collection algorithm
involving one pass over small tables and one pass over the full heap. This represents the best-known complexity for compaction algorithms. The Compressor
Mark–compact_algorithm
Study of resources used by an algorithm
computer science, the analysis of algorithms is the process of finding the computational complexity of algorithms—the amount of time, storage, or other
Analysis_of_algorithms
An algorithm is a fundamental set of rules or defined procedures that are typically designed and used to be a simpler way to solve a specific problem
List_of_algorithms
Competitive algorithm for searching a problem space
genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA) in
Genetic_algorithm
One-way cryptographic tool
cryptographic algorithm (e.g., a key pair generation algorithm, digital signing algorithm, etc.) or operating system, for example, that permits one or more
Trapdoor_function
Cryptographic algorithm for digital signatures
cryptography, the Elliptic Curve Digital Signature Algorithm (ECDSA) offers a variant of the Digital Signature Algorithm (DSA) which uses elliptic-curve cryptography
Elliptic Curve Digital Signature Algorithm
Elliptic_Curve_Digital_Signature_Algorithm
Class of algorithms used for computing distance-related functions
The jump flooding algorithm (JFA) is a flooding algorithm used in the construction of Voronoi diagrams and distance transforms. The JFA was introduced
Jump_flooding_algorithm
Optimization algorithm
computer science and operations research, the ant colony optimization algorithm (ACO) is a probabilistic technique for solving computational problems
Ant colony optimization algorithms
Ant_colony_optimization_algorithms
Data clustering algorithm
CURE (Clustering Using REpresentatives) is an efficient data clustering algorithm for large databases[citation needed]. Compared with K-means clustering
CURE_algorithm
Line-clipping algorithm in computer graphics
In computer graphics, the Cohen–Sutherland algorithm is an algorithm used for line clipping. The algorithm divides a two-dimensional space into 9 regions
Cohen–Sutherland_algorithm
Estimate of time taken for running an algorithm
the algorithm are taken to be related by a constant factor. Since an algorithm's running time may vary among different inputs of the same size, one commonly
Time_complexity
Cryptographic key management algorithm
cryptography, the Double Ratchet Algorithm (previously referred to as the Axolotl Ratchet) is a key management algorithm that was developed by Trevor Perrin
Double_Ratchet_Algorithm
Object detection system
becoming one of the most popular object detection frameworks. The name "You Only Look Once" refers to the fact that the algorithm requires only one forward
You_Only_Look_Once
Data compression technique
source distribution, that allows one-pass encoding and adaptation to changing conditions in data. The benefit of one-pass procedure is that the source can
Adaptive_Huffman_coding
Sorting algorithm
In computer science, selection sort is an in-place comparison sorting algorithm. It has a O(n2) time complexity, which makes it inefficient on large lists
Selection_sort
Family of algorithms used in procedural generation
(also wave function collapse or 'wfc') is a family of constraint-solving algorithms commonly used in procedural generation, especially in the video game industry
Model_synthesis
Sorting algorithm
Insertion sort is a simple sorting algorithm that builds the final sorted array (or list) one item at a time by comparisons. It is much less efficient
Insertion_sort
Vector quantization algorithm minimizing the sum of squared deviations
pass, k-means|| uses an oversampling factor ℓ = Ω (k) to sample multiple points in each round. The algorithm drastically reduces the number of passes
K-means_clustering
Algorithm for finding sub-text location(s) inside a given sentence in Big O(n) time
In computer science, the Knuth–Morris–Pratt algorithm (or KMP algorithm) is a string-searching algorithm that searches for occurrences of a "word" W within
Knuth–Morris–Pratt_algorithm
String searching algorithm
In computer science, the Rabin–Karp algorithm or Karp–Rabin algorithm is a string-searching algorithm created by Richard M. Karp and Michael O. Rabin (1987)
Rabin–Karp_algorithm
Information used for message authentication and integrity checking
consists of three algorithms: A key generation algorithm selects a key from the key space uniformly at random. A MAC generation algorithm efficiently returns
Message_authentication_code
Partition of a graph whose components are reachable from all vertices
Tarjan's strongly connected components algorithm, published by Robert Tarjan in 1972, performs a single pass of depth-first search. It maintains a stack
Strongly_connected_component
Algorithm for virtual memory implementation
system that uses paging for virtual memory management, page replacement algorithms decide which memory pages to page out, sometimes called swap out, or write
Page_replacement_algorithm
Algorithm for finding max graph matchings
In graph theory, the blossom algorithm is an algorithm for constructing maximum matchings on graphs. The algorithm was developed by Jack Edmonds in 1961
Blossom_algorithm
Process by which platform algorithms increase the reach of certain content
Algorithmic amplification is the process by which automated ranking and recommendation systems on digital platforms increase the visibility of certain
Algorithmic_amplification
Analysing a string of symbols, according to the rules of a formal grammar
is used to perform a first pass. Algorithms which use context-free grammars often rely on some variant of the CYK algorithm, usually with some heuristic
Parsing
Algorithm for public-key cryptography
Ron Rivest, Adi Shamir and Leonard Adleman, who publicly described the algorithm in 1977. An equivalent system was developed secretly in 1973 at Government
RSA_cryptosystem
Technique used in computer science
science, deadlock prevention algorithms are used in concurrent programming when multiple processes must acquire more than one shared resource. If two or
Deadlock prevention algorithms
Deadlock_prevention_algorithms
Algorithm for finding important nodes in a graph
network theory, Brandes' algorithm is an algorithm for calculating the betweenness centrality of vertices in a graph. The algorithm was first published in
Brandes'_algorithm
Algorithm for estimating a count of distinct elements
The Flajolet–Martin algorithm is an algorithm for approximating the number of distinct elements in a stream with a single pass and space-consumption logarithmic
Flajolet–Martin_algorithm
Sequence merge algorithm in computer science
In computer science, k-way merge algorithms or multiway merges are a specific type of sequence merge algorithms that specialize in taking in k sorted lists
K-way_merge_algorithm
Digital verification standard
The Digital Signature Algorithm (DSA) is a public-key cryptosystem and Federal Information Processing Standard for digital signatures, based on the mathematical
Digital_Signature_Algorithm
Fast Fourier Transform algorithm
The Cooley–Tukey algorithm, named after J. W. Cooley and John Tukey, is the most common fast Fourier transform (FFT) algorithm. It re-expresses the discrete
Cooley–Tukey_FFT_algorithm
Machine learning algorithm
messages to pass between supernodes involves doing exact marginalization over the variables in both supernodes. Performing this algorithm for a graph
Junction_tree_algorithm
Public-key cryptosystem
cryptography, the ElGamal encryption system is a public-key encryption algorithm based on the Diffie–Hellman key exchange. It was described by Taher Elgamal
ElGamal_encryption
Interval based sorting algorithm
Comb sort is a relatively simple sorting algorithm originally designed by Włodzimierz Dobosiewicz and Artur Borowy in 1980, later rediscovered (and given
Comb_sort
Anti-aliasing algorithm
luminance data. Acquire the luminance data. This data could be passed into the FXAA algorithm from the rendering step as an alpha channel embedded into the
Fast approximate anti-aliasing
Fast_approximate_anti-aliasing
Tool for analyzing divide-and-conquer algorithms
In the analysis of algorithms, the master theorem for divide-and-conquer recurrences provides an asymptotic analysis for many recurrence relations that
Master theorem (analysis of algorithms)
Master_theorem_(analysis_of_algorithms)
Computer communications authentication algorithm
the first pass of the hash algorithm produces an internal hash derived from the message and the inner key. The second pass produces the final HMAC code
HMAC
Numerical optimization algorithm
shrink the simplex towards a better point. An intuitive explanation of the algorithm from "Numerical Recipes": The downhill simplex method now takes a series
Nelder–Mead_method
Sequence in computer science
parallel algorithms, both as a test problem to be solved and as a useful primitive to be used as a subroutine in other parallel algorithms. Abstractly
Prefix_sum
Quantum-safe key encapsulation mechanism
the second phase of the selection process, several parameters of the algorithm were adjusted and the compression of the public keys was dropped. Most
ML-KEM
Optimization algorithm
In operations research, cuckoo search is an optimization algorithm developed by Xin-She Yang and Suash Deb in 2009. It has been shown to be a special
Cuckoo_search
Mathematical scheme for verifying the authenticity of digital documents
Correctness: Signatures produced by the signing algorithm with a private key pass the verification algorithm with the corresponding public key. Security (existential
Digital_signature
Root-finding algorithm
to as Fast InvSqrt() or by the hexadecimal constant 0x5F3759DF, is an algorithm that estimates 1 / x {\textstyle 1/{\sqrt {x}}} , the reciprocal (or multiplicative
Fast_inverse_square_root
Algorithm
Yamartino method is an algorithm for calculating an approximation of the circular variance of wind direction during a single pass through the incoming data
Yamartino_method
Problem in computer science
different algorithmic techniques, including brute force, divide and conquer, dynamic programming, and reduction to shortest paths, a simple single-pass algorithm
Maximum_subarray_problem
Data recovery tool
DVDs into one backup file. By virtue of the map file, only the needed blocks are read from the second and successive copies. The algorithm of ddrescue
Ddrescue
Algorithm for supervised learning of binary classifiers
In machine learning, the perceptron is an algorithm for supervised learning of binary classifiers. A binary classifier is a function that can decide whether
Perceptron
NTRU public-key cryptography digital signature algorithm
NTRUSign, also known as the NTRU Signature Algorithm, is an NTRU public-key cryptography digital signature algorithm based on the GGH signature scheme. The
NTRUSign
Term used in computer programming
each traverse pass: Catch each animal seen. Compare each animal caught to a known elephant. Stop when a match is detected. This algorithm has a bug, namely
Elephant_in_Cairo
Computational task of sorting whole numbers
science, integer sorting is the algorithmic problem of sorting a collection of data values by integer keys. Algorithms designed for integer sorting may
Integer_sorting
Algorithm for finding a local minimum of a function
Powell's method, strictly Powell's conjugate direction method, is an algorithm proposed by Michael J. D. Powell for finding a local minimum of a function
Powell's_method
Digital signature scheme
Schnorr signature is a digital signature produced by the Schnorr signature algorithm that was invented by Claus Schnorr. It is known for its simplicity, among
Schnorr_signature
Class of routing protocols
measure the distance by the number of routers a packet has to pass; one router counts as one hop. Some distance-vector protocols also take into account network
Distance-vector routing protocol
Distance-vector_routing_protocol
Algorithm for public key cryptography
and named after Pascal Paillier in 1999, is a probabilistic asymmetric algorithm for public key cryptography. The problem of computing n-th residue classes
Paillier_cryptosystem
crossover and selection), which must work in conjunction with one another in order for the algorithm to be successful. Genetic operators are used to create and
Genetic_operator
AVT Statistical filtering algorithm is an approach to improving quality of raw data collected from various sources. It is most effective in cases when
AVT Statistical filtering algorithm
AVT_Statistical_filtering_algorithm
Divide and conquer sorting algorithm
sorting algorithm. Quicksort was developed by British computer scientist Tony Hoare in 1959 and published in 1961. It is still a commonly used algorithm for
Quicksort
Sorting algorithm
bubble sort passes. Typically cocktail sort is less than two times faster than bubble sort. Another optimization can be that the algorithm remembers where
Cocktail_shaker_sort
Sorting algorithm
data ordered by <. The odd–even sort algorithm correctly sorts this data in n {\displaystyle n} passes. (A pass here is defined to be a full sequence
Odd–even_sort
Computer graphics algorithm
Marching cubes is a computer graphics algorithm, published in the 1987 SIGGRAPH proceedings by Lorensen and Cline, for extracting a polygonal mesh of
Marching_cubes
Algorithm used by Google Search to rank web pages
PageRank (PR) is an algorithm used by Google Search to rank web pages in their search engine results. It is named after both the term "web page" and co-founder
PageRank
Metric in computer science
algorithms: the first, simpler one, computes what is known as the optimal string alignment distance or restricted edit distance, while the second one
Damerau–Levenshtein_distance
Approach to public-key cryptography
points using one of the following methods: Select a random curve and use a general point-counting algorithm, for example, Schoof's algorithm or the Schoof–Elkies–Atkin
Elliptic-curve_cryptography
Relaxed variant of the sorting problem
admit a simple single-pass partial sort when k is fixed: insert the first k elements of the input into a max-heap. Then make one pass over the remaining
Partial_sorting
Practice and study of secure communication techniques
pseudorandom functions, one-way functions, etc. One or more cryptographic primitives are often used to develop a more complex algorithm, called a cryptographic
Cryptography
Fitting an approximating function to data
multi-dimensional image), the convolution kernel is a one-dimensional vector. One of the most common algorithms is the "moving average", often used to try to
Smoothing
On finding a repeating loop in a sequence
In computer science, cycle detection or cycle finding is the algorithmic problem of finding a cycle in a sequence of iterated function values. For any
Cycle_detection
Deliberate errors by an artificial intelligence
search algorithms. For example, the minimax algorithm is an adversarial search algorithm that is popularly used in games that require more than one player
Artificial_stupidity
Algorithm that generates an approximation of a random number sequence
(PRNG), also known as a deterministic random bit generator (DRBG), is an algorithm for generating a sequence of numbers whose properties approximate the
Pseudorandom_number_generator
ONE PASS-ALGORITHM
ONE PASS-ALGORITHM
Female
English
English short form of Latin Cassandra, CASS means "she who entangles men."Â
Surname or Lastname
English
English : variant of Ness.German : from Middle High German naz ‘wet’, a nickname for a heavy drinker or a topographic name for someone living on wet land.
Girl/Female
Arabic
One of the Lovers
Surname or Lastname
English
English : status name denoting a serf, Middle English, Old French vass(e), from Late Latin vassus, of Celtic origin. Compare Welsh gwas ‘boy’, Gaelic foss ‘servant’.English : variant of Vause.Swedish : variant of Wass.South German : variant of Fass.Hungarian : from vas ‘iron’, hence a metonymic occupational name for a blacksmith, or a nickname for a resilient, tough man.
Male
Finnish
Pet form of Finnish Paavo, PASI means "small."Â
Male
Hawaiian
Hawaiian form of English Oscar, OKE means "god-spear."
Female
French
Feminine form of French L�on, LÉONE means "lion."
Boy/Male
Muslim
Famous pass
Boy/Male
African, Dutch, French, German, Teutonic
Born on the Road
Surname or Lastname
English
English : from the medieval female personal name Cass, a short form of Cassandra. This was the name (of uncertain, possibly non-Greek, origin) of an ill-fated Trojan prophetess of classical legend, condemned to foretell the future but never be believed; her story was well known and widely popular in medieval England.
Girl/Female
Indian, Punjabi, Sikh
Pass through
Girl/Female
Indian, Punjabi, Sikh
Pass through
Surname or Lastname
English
English : variant spelling of Pass.French : possibly a nickname from passe ‘sparrow’.
Boy/Male
Indian
Famous pass
Surname or Lastname
English
English : from a pet form of the medieval personal name Pascal, which was brought to England from France.German : topographic name from Pass ‘pass’, ‘passage’ (from Middle Low German pas ‘pace’, ‘passage way’, ‘water gauge’).Jewish (Ashkenazic) : metonymic occupational name or nickname from Yiddish and Polish pas ‘belt’, ‘girdle’.
Female
Hawaiian
Hawaiian name NOE means "mist; misty rain."
Female
English
 Variant spelling of English Oona, possibly ONA means "famine, hunger." Compare with another form of Ona.
Surname or Lastname
English
English : variant of Pask, from the byform pasche, Latin pascha.Americanized spelling of German Pasch.
Girl/Female
Indian, Punjabi, Sikh
Pass through
Surname or Lastname
English
English : from Old French bas(se) ‘low’, ‘short’ (Latin bassus ‘thickset’; see Basso), either a descriptive nickname for a short person or a status name meaning ‘of humble origin’, not necessarily with derogatory connotations.English : in some instances, from Middle English bace ‘bass’ (the fish), hence a nickname for a person supposedly resembling this fish, or a metonymic occupational name for a fish seller or fisherman.Scottish : habitational name from a place in Aberdeenshire, of uncertain origin.Jewish (Ashkenazic) : metonymic occupational name for a maker or player of bass viols, from Polish, Ukrainian, and Yiddish bas ‘bass viol’.German : see Basse.
ONE PASS-ALGORITHM
ONE PASS-ALGORITHM
Female
Greek
(ἈστάÏτη) Greek name ASTARTE means "star." In mythology, this is the name name of a goddess of fertility and war.
Girl/Female
Muslim/Islamic
Pretty. greatful goodwish
Girl/Female
Hindu
Well disposed
Girl/Female
Tamil
Kumudni | கà¯à®®à¯à®¤à®¨à¯€
White lotus
Girl/Female
Hindu
Boy/Male
Indian, Sanskrit
Fearless Lion
Boy/Male
American, Arabic, British, Chinese, Christian, Danish, Dutch, English, Finnish, French, German, Greek, Hawaiian, Hebrew, Irish, Latin, Lebanese, Malaysian, Portuguese, Spanish, Swedish
The God is My Lord; Jehovah is God; Variant of Hebrew Elijah; The Lord is My God
Girl/Female
Australian, Swedish
God's Promise; God is My Oath
Girl/Female
Hindu, Indian
Victorious; Carrying
Surname or Lastname
English, northern Irish, and Scottish
English, northern Irish, and Scottish : from a pet form of Robin, which is itself a pet form of Robert.
ONE PASS-ALGORITHM
ONE PASS-ALGORITHM
ONE PASS-ALGORITHM
ONE PASS-ALGORITHM
ONE PASS-ALGORITHM
a.
A bass, or deep, sound or tone.
v. i.
Permission or license to pass, or to go and come; a psssport; a ticket permitting free transit or admission; as, a railroad or theater pass; a military pass.
v. t.
To cause to pass the lips; to utter; to pronounce; hence, to promise; to pledge; as, to pass sentence.
a.
Past; gone by.
n.
Species of Serranus, the sea bass and rock bass. See Sea bass.
pl.
of Bass
v. i.
To go unheeded or neglected; to proceed without hindrance or opposition; as, we let this act pass.
v. i.
To go from one person to another; hence, to be given and taken freely; as, clipped coin will not pass; to obtain general acceptance; to be held or regarded; to circulate; to be current; -- followed by for before a word denoting value or estimation.
n.
That by which one can pass anywhere; a safe-conduct.
v. i.
To go; to move; to proceed; to be moved or transferred from one point to another; to make a transit; -- usually with a following adverb or adverbal phrase defining the kind or manner of motion; as, to pass on, by, out, in, etc.; to pass swiftly, directly, smoothly, etc.; to pass to the rear, under the yoke, over the bridge, across the field, beyond the border, etc.
a.
One who sings, or the instrument which plays, bass.
v. i.
To celebrate Mass.
v. t.
To put in circulation; to give currency to; as, to pass counterfeit money.
v. t.
To cause to obtain entrance, admission, or conveyance; as, to pass a person into a theater, or over a railroad.
v. i.
To make a lunge or pass; to thrust.
v. i.
To go through any inspection or test successfully; to be approved or accepted; as, he attempted the examination, but did not expect to pass.
v. t.
To go by, beyond, over, through, or the like; to proceed from one side to the other of; as, to pass a house, a stream, a boundary, etc.
v. i.
In football, hockey, etc., to make a pass; to transfer the ball, etc., to another player of one's own side.
v. i.
An opening, road, or track, available for passing; especially, one through or over some dangerous or otherwise impracticable barrier; a passageway; a defile; a ford; as, a mountain pass.
indef. pron.
Any person, indefinitely; a person or body; as, what one would have well done, one should do one's self.