पाठ्यपुस्तकों को क्रमबद्ध करें


31

पाठ्यपुस्तकों को क्रमबद्ध करें

स्कूल जल्द ही शुरू हो रहा है (यदि यह पहले से ही नहीं है) और इसलिए हमारी पाठ्यपुस्तकों को क्रम में लाने का समय आ गया है। आपको अपनी पुस्तकों को वर्णानुक्रम में क्रमबद्ध करने की आवश्यकता है लेकिन इसमें बहुत समय लगता है इसलिए आप इसे करने के लिए एक कार्यक्रम लिखने का निर्णय लेते हैं।

उदाहरण

इनपुट:

 _
| |  _
|F| | |
|o|_|P|
|o|B|P|
| |a|C|
| |r|G|
|_|_|_|

आउटपुट:

   _
  | |_
  |F| | 
 _|o|P|
|B|o|P|
|a| |C|
|r| |G|
|_|_|_|

इनपुट

इनपुट पुस्तकों का एक सेट होगा जिसे वर्णानुक्रम में पुनर्व्यवस्थित करने की आवश्यकता होती है। यह शामिल होंगे केवल: |, _, , औरA-Za-z । पुस्तकों के शीर्षक लंबवत, ऊपर-नीचे पढ़े जाते हैं।

आप मान सकते हैं कि इनपुट आयत को फिट करने के लिए व्हॉट्सएप के साथ गद्देदार है। यदि आप व्हॉट्सएप के साथ अपना इनपुट पेड करना चाहते हैं, तो कृपया अपने उत्तर में इसे निर्दिष्ट करें।

आपके कार्यक्रम को संभालने के लिए जिस अधिकतम अधिकतम ऊंचाई की आवश्यकता होगी, वह विफल होने के बिना 5,120 लाइनें लंबी होगी।

पुस्तकें हमेशा 1-मोटी होंगी और इनपुट में उनकी पुस्तक हमेशा कम से कम एक पुस्तक होगी

उत्पादन

आउटपुट को वर्णमाला क्रम में आयोजित पुस्तकों के समान सेट की आवश्यकता होगी। पुस्‍तकों की ऊँचाई समान होनी चाहिए और शीर्षक को पुन: व्यवस्थित करने पर शीर्ष से समान दूरी होनी चाहिए।

पुस्तकों को वर्णानुक्रम में क्रमबद्ध किया जाना चाहिए। यदि आपकी भाषा एक प्रकार का खेल खेलती है तो आप इसका उपयोग कर सकते हैं। अन्यथा आप यहाँ वर्णित वर्णमाला छँटाई का उपयोग कर सकते हैं

पुस्तक का शीर्षक उदाहरण

 _
| |
| |
|F|
|o|
|o|
| |
| |
|B|
|a|
|r|
| |
| |
|_|

इस पुस्तक का शीर्षक है:

"Foo  Bar"

पुस्तक के शीर्षक में केवल अक्षर और स्थान होंगे।

अनुगामी व्हाट्सएप की अनुमति है


जीतना

यह इसलिए बाइट्स जीत में सबसे छोटा कोड है।


क्या किताबों की "ऊंचाई" की कोई सीमा है?
The_Basset_Hound

@BassetHound नहीं, वर्तमान में नहीं है, लेकिन पुस्तकों के समर्थन के बारे में चिंता करने की आवश्यकता नहीं है 2 ^ 64-1 लंबा। मैं 5,120 पर एक अधिकतम डाल देता हूँ "लंबा" क्या नाकाम रहने के बिना संभाल करने के लिए अपने कार्यक्रम की जरूरत है
Downgoat

ठीक है, महान।
The_Basset_Hound

@ETHproductions हां, पुस्तक के शीर्षक में केवल अक्षर और रिक्त स्थान होंगे
डाउनगोट

1
पुस्तकों की मोटाई के बारे में क्या? हमेशा 1 कॉलम?
coredump

जवाबों:


5

सीजेएम, 60 बाइट्स

qN/:Kz1>2%{_{" _"-}#>}$_{_'_#>,}%2,\*2ew{:e>('|*K,Se[}%.\zN*

मैंने अपने पायथन उत्तर को पोर्ट करने की कोशिश की, जो @ RetoKoradi के दृष्टिकोण के समान है ।

इसे ऑनलाइन आज़माएं । आयत बनाने के लिए रिक्त स्थान के साथ इनपुट गद्देदार होना चाहिए।


7

पायथन 3, 231 बाइट्स

def f(s):
 *M,L=sorted(["".join(c).strip()for c in zip(*s.split("\n"))][1::2],key=lambda x:x[1:-1].strip()),;l=m=0
 for r in L+[""]:n=len(r);M+="|"*~-max(n,l),r;m=max(n,m);l=n
 for r in zip(*[x.rjust(m)for x in M]):print(*r,sep="")

बस एक त्वरित हैक। |जब हम उस पर हों, तब स्तंभों की देखभाल करते हुए किताबें, सॉर्ट, रेज़िप को ज़िप करें ।

एक आयताकार जगह के साथ गद्देदार एक बहुस्तरीय स्ट्रिंग इनपुट करें। आउटपुट में आवश्यक से प्रत्येक पंक्ति पर एक अधिक अनुगामी स्थान होता है।

Ungolfed

def f(s):
  new_cols = []

  # Zip columns, removing the spaces above each book
  # [1::2] is to skip columns of |s, keeping only the books
  books = ["".join(c).strip() for c in zip(*s.split("\n"))][1::2]

  # Sort based on title, [1:-1] to remove the top and bottom _s
  books.sort(key=lambda x:x[1:-1].strip())

  last = 0
  max_height = 0

  for book in (books + [""]):
    height = len(book)

    # Append |s as necessary for the left edge of the current book
    # The +[""] above is for the right edge of the last book
    new_cols.extend(["|"*(max(height, last) - 1), book])

    max_height = max(height, max_height)
    last = height

  # Rezip columns, add back spaces as necessary and print
  for col in zip(*[x.rjust(max_height) for x in new_cols]):
      print("".join(col))

मैं एक ungolfed संस्करण देखना पसंद करूंगा, अगर यह संभव है, तो कृपया।
शुद्ध

1
@Pureferret ने कुछ टिप्पणियों के साथ एक ungolfed संस्करण जोड़ा
Sp3000

6

माणिक (209 204 200 198 बाइट्स)

a=n.tr(?|,' ').split$/
i=!p;t=a.map(&:chars).transpose.map(&:join).select{i^=a}.sort_by{|s|s[/[A-Z]/][0]}
x=0;t.map{|t|y=0;u=p;t.chars{|c|u&&a[y][x,3]=?|*3;a[y][x+1]=c;y+=1;u|=c=='_'};x+=2}
a.join$/

transposeइस समाधान में समारोह आवश्यक है कि सभी लाइनों, एक ही लंबाई हैं, इसलिए इनपुट सफेद स्थान के साथ गद्देदार किया जाना चाहिए।

व्याख्या

def sort_books(n)
  a = n.tr(?|,' ')  # pre-emptively remove all the '|'.
    .split $/         # and split into an array of lines
                      # ($/ is the INPUT_RECORD_SEPARATOR, typically "\n")
                      # we're going to write our answer into `a` later

  i = !p # i = true; we'll use this as a flip-flop variable
         # Kernel#p returns nil with no args

  # we're now going to get a sorted array of book titles (t)
  t = a.map(&:chars)  # break array into nested array of every character
       .transpose     # and transpose the entire array
       .map(&:join)   # this gives us an array of "horizontal" book titles with dividers

       .select { i ^= a } # select every second line
                          # (i.e. just titles without dividers)
                          # `i` starts off true
                          # `a` is truish (it's our original array)
                          # `^=` is the bitwise xor assignment,
                          #      it will alternate true/false on each execution

       .sort_by { |s| s[/[A-Z]/][0] } # sort by the first alphabetical char

  # use counters for less chars than `each_with_index`
  # x and y are cartesian coordinates in the final array

  x = 0 # start in the left-hand column

  # go through each title
  t.map { |t|
    y = 0 # each book title starts on the top row

    u = p # `u` is "have we reached the book's spine yet?" (or are we above it?)
          # `u` starts off false and we'll set it true when we see the first '_'
          # after which we'll start writing the book's edges

    # go through each character of each title, including leading spaces and '_'s
    # this will "descend" down the array writing each letter of the title
    # along with the "edges"
    t.chars { |c|

      u &&                  # if we're on the spine
        a[y][x,3] = ?|*3;   # write ||| in the next 3 columns
                            # the middle | will be overwriten by the title char

      a[y][x+1] = c; # write the current title char into the second (x+1) column

      y+=1; # descend to the next row

      u |= c == '_' # Since '_' is the top and bottom of the book,
                    # this toggles whether we're on the spine
    }
    x += 2 # jump to the right 2 columns and start on the next title
  }
  a.join $/ # hopefully this is obvious
end

कौन सा rubyसंस्करण आवश्यक है? प्रश्न से नमूना इनपुट के लिए 2.1.2 के साथ मुझे "` ट्रांसपोज़ 'मिलता है: तत्व का आकार भिन्न होता है (6 को 2 होना चाहिए) (IndexError)।
मैनटवर्क

@manatwork क्षमा करें, मुझे निर्दिष्ट करना चाहिए कि फ़ंक्शन को व्हाट्सएप द्वारा एक आयताकार गद्देदार की आवश्यकता है। मैं जवाब अपडेट कर दूंगा।
डैनियल फॉन

1
ओह। वास्तव में। क्षमा करें, इसका विस्तृत रूप से विश्लेषण नहीं किया गया है। न तो आज, मैं सिर्फ उल्लेख इसलिए gsub(?|,' ')tr(?|,' ')
मैनटवर्क

5

पायथन 2 - 399 बाइट्स

उम्मीद करता है कि इनपुट में एक नई सीमा नहीं होगी।

import sys;a=str.strip;L=list(sys.stdin);b=len(L[-1])/2;s=['']*b
for l in L:
    i=0
    for c in l[1:-1:2]:s[i]+=c;i+=1
s=sorted([a(a(x),'_')for x in s],key=a);y=map(len,s);m=[y[0]]+[max(y[i],y[i+1])for i in range(b-1)]
for i in range(max(y)+1):
    h=max(y)-i;l='';j=0
    for x in s:l+='|'if h<m[j]else' ';l+='_' if h==len(x)else' 'if h>len(x)else x[-h-1];j+=1
    print l+('|'if h<y[-1]else' ')
print'|_'*b+'|'

5

CJam, 75 66 65 बाइट्स

qN/z(;2%{_{" _"#W=}#>}$es:P;_W>+{_'_#_Pe<)S*2$,'|*.e<@@:P;}%);zN*

यह आयत बनाने के लिए रिक्त स्थान के साथ गद्देदार इनपुट की अपेक्षा करता है।

इसे ऑनलाइन आज़माएं

चैट पर स्ट्रिंग ट्रिमिंग के सुझावों के लिए @ Sp3000 और @ डेनिस के लिए धन्यवाद, साथ ही मुझे इस बात में क्लू करना कि $ऑपरेटर तर्क के रूप में ब्लॉक ले सकता है।

मैं अभी भी दूसरे लूप से पूरी तरह खुश नहीं हूं। लेकिन बेहतर सफलता के बिना कुछ अन्य विकल्पों की कोशिश करने के बाद, मैं थक गया हूं।

स्पष्टीकरण:

qN/     Read input and split at newlines.
z       Transpose to turn columns into lines.
(;      Drop first line...
2%      ... and every second line after that, to keep only lines with titles.
{       Start block that maps lines for sort.
  _       Copy.
  {       Start block for matching first title letter.
    " _"#   Search for character in " _".
    W=      True if not found.
  }#      End match block. This gets position of first character not in " _".
  >       Trim leading spaces and '_.
}$      End of sort block. Lines are now sorted alphabetically by title.
es:P;   Store large number in P. P holds previous position of '_ in following loop.
_W>+    Repeat last title line, so that final separator line is generated.
{       Loop over title lines.
  _'_#    Find position of '_.
  _       Copy position. Will store it in P after the minimum has been determined.
  P       Get position of '_ in previous line.
  e<)     Take the smaller of the two '_ positions, and decrement.
  S*      Generate leading spaces from the count.
  2$,     Get length of title line.
  '|*     Generate full line length sequence of '|.
  .e<     Overlap spaces with '| to give the final separator.
  @@      Get '_ position to top, and stack in order for next loop iteration.
  :P;     Store '_ position in P.
}%      End of loop over lines.
);      Remove last line, which was a repeat.
z       Transpose to turn lines into columns again.
N*      Join with newline characters.

1

स्काला 359 341 बाइट्स

सभी लाइनों की लंबाई समान होने की उम्मीद है (यानी रिक्त स्थान के साथ गद्देदार)

(s:String)=>{def f(s:String)=(" "/:s)((r,c)=>if(r.last=='|'||c=='_')r+"|"else r+" ").init;val h=s.lines.toSeq.transpose.collect{case s if s.exists(_.isLetter)=>s.mkString}.sortBy(_.filter(!_.isWhitespace));((Seq(f(h(0)))/:h.sliding(2))((s,l)=>s:+l(0):+f(l.minBy(_.indexOf('_')))):+h.last:+f(h.last)).transpose.map(_.mkString).mkString("\n")}

अपुष्ट और टिप्पणी की गई:

//anonymous method that takes the books ascii-art string
(s: String) => {

  //method to convert the middle to a border
  def f(s: String) =
    //fold (starting from non empty string since we use `.last`)
    (" "/:s)((r,c) =>
      if(r.last=='|'||c=='_')r+"|"
      else r+" "
    ).init.tail

  //h is a sequence of strings of the middle of the books
  val h =
    //transpose lines of input string, and take only the lines the contains letters (middle of the books)
    s.lines.toSeq.transpose.collect{
      case s if s.exists(_.isLetter) =>
        s.mkString
    }.sortBy(_.filter(!_.isWhitespace)) //sort the books by title (actually by "_$title" since we filter out just whitspaces)

  //fold over pairs of books and add the last manually
  (
    (Seq(f(h(0)))/:h.sliding(2))((s,l) =>
      s :+ l(0) :+ f(l.minBy(_.indexOf('_'))) //convert higher book to border and append to folded accumulator
    ) :+ h.last :+ f(h.last) //add last book manually
  ).transpose.map(_.mkString).mkString("\n") //transpose back and construct the output string
}
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.