Miss World USA 1977

Miss World USA 1977 was the 16th edition of the Miss World USA pageant, held in Bridgeport, Connecticut. The title was won by Cindy Darlene Miller of Virginia. She was crowned by outgoing titleholder, Kimberly Marre Foley of Michigan. Miller went on to represent the United States at the Miss World 1977 Pageant in London later that year. She finished as 4th runner-up at Miss World.[1]

Miss World USA 1977
DateSeptember 3, 1977
VenueBridgeport, Connecticut
Entrants46
Placements5
WinnerCindy Darlene Miller
Virginia

Results

Placements

Final results Contestant
Miss World USA 1977
1st Runner-Up
2nd Runner-Up
3rd Runner-Up
4th Runner-Up

Delegates

The Miss World USA 1977 delegates were:

Notes

Did not Compete

Crossovers

Contestants who competed in other beauty pageants:

Miss USA
Miss World America
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!
gollark: I'm unlikely to have stupidly large autocrafting trees.
gollark: As long as it doesn't take more than a second it fits within my performance goals.
gollark: RandomTwentyLineAlgorithmIWrote.

References

  1. West, Donald (ed.). "Miss World USA 1975-77". pageantopolis.com. Archived from the original on March 25, 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.