Jenson (name)

Jenson is an English language patronymic surname meaning "son of Jens". The prefix "Jens-" is a German and Danish surname. Jenson is rarely used as a given name. There are alternate spellings, including the Danish variant, also nearly teddy Sutton’s name Jensen.

People with the name Jenson include:

Given name

Surname

Jenson
Origin
Word/nameGermany, Denmark
Meaning"son of Jens"
Region of originGermany, Scandinavia
Other names
Variant form(s)Jensen.
  • Andrew Jenson (1850–1941), church historian for the Latter Day Saints
  • Bob Jenson (1931-2018), American politician and educator
  • Dan Jenson (b. 1975), Australian professional squash player
  • Mary Goodrich Jenson (1907-2004), American aviator and journalist
  • Nicolas Jenson (1420–1480), French engraver, pioneer printer and typographer
  • Robert Jenson (1930-2017), American Lutheran and ecumenical theologian
  • Roy Jenson (1927–2007), Canadian actor and footballer; father of Sasha Jenson
  • Sasha Jenson (b. 1964), American film and television actor; son of Roy Jenson
  • Vicky Jenson (born c. 1957), American animator
gollark: The performance is great too. It's not O(n²), it's an even more biggerer and thus superior order.
gollark: Of course.
gollark: I'm not entirely sure how, but it seems to construct a tree/maybe deterministic finite automaton/finite state machine/I don't know theoretical CS which matches anagrams and unmatches unanagrams.
gollark: ```pythonimport collectionsdef do_thing(s): if len(s) == 1: return { s[0]: True } out = {} for i, c in enumerate(s): without = s[:i] + s[i + 1:] things = do_thing(without) out[c] = things return outdef match(r, s): print(r) c = r for i, x in enumerate(s): print(x) try: c = c[x] if c == True: if i + 1 == len(s): return True # full match else: return False # characters remain except KeyError: return False # no match return False # incomplete matchentry = lambda a, b: match(do_thing(a.lower().replace(" ", "")), b.lower().replace(" ", ""))```Here is my entry (pending a port to osmarkslisp™️). This is definitely my entry.
gollark: I wish to use Mathematica in my code. Please install it. DO NOT READ, ubq.

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.