Pular para o conteúdo principal

Postagem em destaque

BlackTDN :: LeetCode :: Zigzag Conversion: Implementando Soluções em xBase (Harbour) e TL++

_Créditos das imagens: ChatGPT_ ### LeetCode :: Zigzag Conversion: Implementando Soluções em xBase (Harbour) e TL++ A ["Zigzag Conversion"](https://leetcode.com/problems/zigzag-conversion/description/) é um problema popular do LeetCode que desafia desenvolvedores a transformar uma string em um padrão zigzag com base no número de linhas especificado, para então reconstruir a string seguindo a leitura linha a linha do padrão. Aqui, apresento soluções desenvolvidas em Harbour (XBase) e TL++ com melhorias e detalhes adicionais. --- ### **O Problema** Dado uma string e um número de linhas, distribua os caracteres em um padrão zigzag. Leia as linhas do padrão sequencialmente para obter o resultado: Exemplo: **Input:** String: "PAYPALISHIRING" Linhas: 3 **Padrão Zigzag:** ``` P A H N A P L S I I G Y I R ``` **Output:** "PAHNAPLSIIGYIR" --- ### **Implementação em Harbour** As soluções estão organizadas em dois arquivos principai...

BlackTDN :: a small memory manager test code (Harbour vs AppServer : round V fight)

Comparando os resultados do Quinto teste teremos:

Harbour

27/01/2012, 09:03:44, Harbour 3.1.0dev (Rev. 17207), Windows XP 5.1.2600 Service Pack 3

Len( cWSpace ) :      5120

testing single large memory blocks allocation and freeing...

CPU time:    1.0156250000 sec.
real time:       1.0630000000 sec.

Protheus/TotvsAppServer

27/01/2012, 10:24:30, TOTVS APPServer P10 7.00.101202A-20110330 R1, Windows

Len( cWSpace ) :      5120

testing single large memory blocks allocation and freeing...

CPU time:    2.6560000000 sec.
real time:      2.6560000000 sec.

 

testing many large memory blocks allocation and freeing... testing large memory block reallocation with intermediate allocations...
Harbour Protheus/TotvsAppServer

CPU time:  106.5937500000 sec.
real time:   126.0470000000 sec.

CPU time:  120.5780000000 sec.
real time:    120.5780000000 sec.

Harbour Protheus/TotvsAppServer

CPU time:    3.8906250000 sec.
real time:      4.3900000000 sec.

CPU time:   14.5940000000 sec.
real time:     14.5940000000 sec.

Teste 5

27/01/2012, 09:06:00, Harbour 3.1.0dev (Rev. 17207), Windows XP 5.1.2600 Service Pack 3

27/01/2012, 10:26:48, TOTVS APPServer P10 7.00.101202A-20110330 R1, Windows

CPU time (total):  115.4375000000 sec.
real time (total):    135.5160000000 sec.

CPU time (total):  137.9850000000 sec.
real time (total):    137.9850000000 sec.

[]s
иαldσ dj

Comentários

Postagens mais visitadas