From f6c467d15193ab9d13bf3306761159b4f1be2354 Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Tue, 8 Dec 2015 02:57:21 +0530 Subject: [PATCH] Rewritten in C++ --- INSTALL.txt | 41 ++ LICENSE.TXT => LICENSE.txt | 0 README.TXT | 40 -- README.txt | 81 +++ anagram | Bin 0 -> 80320 bytes anagram.cpp | 168 +++++ anagramx | Bin 0 -> 111864 bytes anagramx.cpp | 181 +++++ check.hpp | 48 ++ com/agnibho/code/anagram/CheckAnagram.java | 232 ------ com/agnibho/code/anagram/IsAnagram.java | 45 -- com/agnibho/code/anagram/IsPalindrome.java | 41 -- com/agnibho/code/anagram/IsValid.java | 49 -- com/agnibho/code/anagram/LICENSE.TXT | 674 ------------------ com/agnibho/code/anagram/UI.java | 252 ------- .../dictionary/A1.txt => dictionary/a1.txt | 0 .../dictionary/A10.txt => dictionary/a10.txt | 0 .../dictionary/A11.txt => dictionary/a11.txt | 0 .../dictionary/A12.txt => dictionary/a12.txt | 0 .../dictionary/A13.txt => dictionary/a13.txt | 0 .../dictionary/A14.txt => dictionary/a14.txt | 0 .../dictionary/A15.txt => dictionary/a15.txt | 0 .../dictionary/A16.txt => dictionary/a16.txt | 0 .../dictionary/A17.txt => dictionary/a17.txt | 0 .../dictionary/A18.txt => dictionary/a18.txt | 0 .../dictionary/A19.txt => dictionary/a19.txt | 0 .../dictionary/A2.txt => dictionary/a2.txt | 0 .../dictionary/A20.txt => dictionary/a20.txt | 0 .../dictionary/A24.txt => dictionary/a24.txt | 0 .../dictionary/A25.txt => dictionary/a25.txt | 0 .../dictionary/A28.txt => dictionary/a28.txt | 0 .../dictionary/A3.txt => dictionary/a3.txt | 0 .../dictionary/A4.txt => dictionary/a4.txt | 0 .../dictionary/A5.txt => dictionary/a5.txt | 0 .../dictionary/A6.txt => dictionary/a6.txt | 0 .../dictionary/A7.txt => dictionary/a7.txt | 0 .../dictionary/A8.txt => dictionary/a8.txt | 0 .../dictionary/A9.txt => dictionary/a9.txt | 0 .../dictionary/B1.txt => dictionary/b1.txt | 0 .../dictionary/B10.txt => dictionary/b10.txt | 0 .../dictionary/B11.txt => dictionary/b11.txt | 0 .../dictionary/B12.txt => dictionary/b12.txt | 0 .../dictionary/B13.txt => dictionary/b13.txt | 0 .../dictionary/B14.txt => dictionary/b14.txt | 0 .../dictionary/B15.txt => dictionary/b15.txt | 0 .../dictionary/B16.txt => dictionary/b16.txt | 0 .../dictionary/B17.txt => dictionary/b17.txt | 0 .../dictionary/B18.txt => dictionary/b18.txt | 0 .../dictionary/B19.txt => dictionary/b19.txt | 0 .../dictionary/B2.txt => dictionary/b2.txt | 0 .../dictionary/B20.txt => dictionary/b20.txt | 0 .../dictionary/B3.txt => dictionary/b3.txt | 0 .../dictionary/B4.txt => dictionary/b4.txt | 0 .../dictionary/B5.txt => dictionary/b5.txt | 0 .../dictionary/B6.txt => dictionary/b6.txt | 0 .../dictionary/B7.txt => dictionary/b7.txt | 0 .../dictionary/B8.txt => dictionary/b8.txt | 0 .../dictionary/B9.txt => dictionary/b9.txt | 0 .../dictionary/C1.txt => dictionary/c1.txt | 0 .../dictionary/C10.txt => dictionary/c10.txt | 0 .../dictionary/C11.txt => dictionary/c11.txt | 0 .../dictionary/C12.txt => dictionary/c12.txt | 0 .../dictionary/C13.txt => dictionary/c13.txt | 0 .../dictionary/C14.txt => dictionary/c14.txt | 0 .../dictionary/C15.txt => dictionary/c15.txt | 0 .../dictionary/C16.txt => dictionary/c16.txt | 0 .../dictionary/C17.txt => dictionary/c17.txt | 0 .../dictionary/C18.txt => dictionary/c18.txt | 0 .../dictionary/C19.txt => dictionary/c19.txt | 0 .../dictionary/C2.txt => dictionary/c2.txt | 0 .../dictionary/C20.txt => dictionary/c20.txt | 0 .../dictionary/C21.txt => dictionary/c21.txt | 0 .../dictionary/C3.txt => dictionary/c3.txt | 0 .../dictionary/C4.txt => dictionary/c4.txt | 0 .../dictionary/C5.txt => dictionary/c5.txt | 0 .../dictionary/C6.txt => dictionary/c6.txt | 0 .../dictionary/C7.txt => dictionary/c7.txt | 0 .../dictionary/C8.txt => dictionary/c8.txt | 0 .../dictionary/C9.txt => dictionary/c9.txt | 0 .../dictionary/D1.txt => dictionary/d1.txt | 0 .../dictionary/D10.txt => dictionary/d10.txt | 0 .../dictionary/D11.txt => dictionary/d11.txt | 0 .../dictionary/D12.txt => dictionary/d12.txt | 0 .../dictionary/D13.txt => dictionary/d13.txt | 0 .../dictionary/D14.txt => dictionary/d14.txt | 0 .../dictionary/D15.txt => dictionary/d15.txt | 0 .../dictionary/D16.txt => dictionary/d16.txt | 0 .../dictionary/D17.txt => dictionary/d17.txt | 0 .../dictionary/D18.txt => dictionary/d18.txt | 0 .../dictionary/D19.txt => dictionary/d19.txt | 0 .../dictionary/D2.txt => dictionary/d2.txt | 0 .../dictionary/D20.txt => dictionary/d20.txt | 0 .../dictionary/D21.txt => dictionary/d21.txt | 0 .../dictionary/D3.txt => dictionary/d3.txt | 0 .../dictionary/D31.txt => dictionary/d31.txt | 0 .../dictionary/D4.txt => dictionary/d4.txt | 0 .../dictionary/D5.txt => dictionary/d5.txt | 0 .../dictionary/D6.txt => dictionary/d6.txt | 0 .../dictionary/D7.txt => dictionary/d7.txt | 0 .../dictionary/D8.txt => dictionary/d8.txt | 0 .../dictionary/D9.txt => dictionary/d9.txt | 0 .../dictionary/E1.txt => dictionary/e1.txt | 0 .../dictionary/E10.txt => dictionary/e10.txt | 0 .../dictionary/E11.txt => dictionary/e11.txt | 0 .../dictionary/E12.txt => dictionary/e12.txt | 0 .../dictionary/E13.txt => dictionary/e13.txt | 0 .../dictionary/E14.txt => dictionary/e14.txt | 0 .../dictionary/E15.txt => dictionary/e15.txt | 0 .../dictionary/E16.txt => dictionary/e16.txt | 0 .../dictionary/E17.txt => dictionary/e17.txt | 0 .../dictionary/E18.txt => dictionary/e18.txt | 0 .../dictionary/E19.txt => dictionary/e19.txt | 0 .../dictionary/E2.txt => dictionary/e2.txt | 0 .../dictionary/E20.txt => dictionary/e20.txt | 0 .../dictionary/E21.txt => dictionary/e21.txt | 0 .../dictionary/E22.txt => dictionary/e22.txt | 0 .../dictionary/E23.txt => dictionary/e23.txt | 0 .../dictionary/E3.txt => dictionary/e3.txt | 0 .../dictionary/E4.txt => dictionary/e4.txt | 0 .../dictionary/E5.txt => dictionary/e5.txt | 0 .../dictionary/E6.txt => dictionary/e6.txt | 0 .../dictionary/E7.txt => dictionary/e7.txt | 0 .../dictionary/E8.txt => dictionary/e8.txt | 0 .../dictionary/E9.txt => dictionary/e9.txt | 0 .../dictionary/F1.txt => dictionary/f1.txt | 0 .../dictionary/F10.txt => dictionary/f10.txt | 0 .../dictionary/F11.txt => dictionary/f11.txt | 0 .../dictionary/F12.txt => dictionary/f12.txt | 0 .../dictionary/F13.txt => dictionary/f13.txt | 0 .../dictionary/F14.txt => dictionary/f14.txt | 0 .../dictionary/F15.txt => dictionary/f15.txt | 0 .../dictionary/F16.txt => dictionary/f16.txt | 0 .../dictionary/F17.txt => dictionary/f17.txt | 0 .../dictionary/F2.txt => dictionary/f2.txt | 0 .../dictionary/F29.txt => dictionary/f29.txt | 0 .../dictionary/F3.txt => dictionary/f3.txt | 0 .../dictionary/F4.txt => dictionary/f4.txt | 0 .../dictionary/F5.txt => dictionary/f5.txt | 0 .../dictionary/F6.txt => dictionary/f6.txt | 0 .../dictionary/F7.txt => dictionary/f7.txt | 0 .../dictionary/F8.txt => dictionary/f8.txt | 0 .../dictionary/F9.txt => dictionary/f9.txt | 0 .../dictionary/G1.txt => dictionary/g1.txt | 0 .../dictionary/G10.txt => dictionary/g10.txt | 0 .../dictionary/G11.txt => dictionary/g11.txt | 0 .../dictionary/G12.txt => dictionary/g12.txt | 0 .../dictionary/G13.txt => dictionary/g13.txt | 0 .../dictionary/G14.txt => dictionary/g14.txt | 0 .../dictionary/G15.txt => dictionary/g15.txt | 0 .../dictionary/G16.txt => dictionary/g16.txt | 0 .../dictionary/G17.txt => dictionary/g17.txt | 0 .../dictionary/G18.txt => dictionary/g18.txt | 0 .../dictionary/G19.txt => dictionary/g19.txt | 0 .../dictionary/G2.txt => dictionary/g2.txt | 0 .../dictionary/G3.txt => dictionary/g3.txt | 0 .../dictionary/G4.txt => dictionary/g4.txt | 0 .../dictionary/G5.txt => dictionary/g5.txt | 0 .../dictionary/G6.txt => dictionary/g6.txt | 0 .../dictionary/G7.txt => dictionary/g7.txt | 0 .../dictionary/G8.txt => dictionary/g8.txt | 0 .../dictionary/G9.txt => dictionary/g9.txt | 0 .../dictionary/H1.txt => dictionary/h1.txt | 0 .../dictionary/H10.txt => dictionary/h10.txt | 0 .../dictionary/H11.txt => dictionary/h11.txt | 0 .../dictionary/H12.txt => dictionary/h12.txt | 0 .../dictionary/H13.txt => dictionary/h13.txt | 0 .../dictionary/H14.txt => dictionary/h14.txt | 0 .../dictionary/H15.txt => dictionary/h15.txt | 0 .../dictionary/H16.txt => dictionary/h16.txt | 0 .../dictionary/H17.txt => dictionary/h17.txt | 0 .../dictionary/H18.txt => dictionary/h18.txt | 0 .../dictionary/H19.txt => dictionary/h19.txt | 0 .../dictionary/H2.txt => dictionary/h2.txt | 0 .../dictionary/H21.txt => dictionary/h21.txt | 0 .../dictionary/H22.txt => dictionary/h22.txt | 0 .../dictionary/H23.txt => dictionary/h23.txt | 0 .../dictionary/H24.txt => dictionary/h24.txt | 0 .../dictionary/H3.txt => dictionary/h3.txt | 0 .../dictionary/H4.txt => dictionary/h4.txt | 0 .../dictionary/H5.txt => dictionary/h5.txt | 0 .../dictionary/H6.txt => dictionary/h6.txt | 0 .../dictionary/H7.txt => dictionary/h7.txt | 0 .../dictionary/H8.txt => dictionary/h8.txt | 0 .../dictionary/H9.txt => dictionary/h9.txt | 0 .../dictionary/I1.txt => dictionary/i1.txt | 0 .../dictionary/I10.txt => dictionary/i10.txt | 0 .../dictionary/I11.txt => dictionary/i11.txt | 0 .../dictionary/I12.txt => dictionary/i12.txt | 0 .../dictionary/I13.txt => dictionary/i13.txt | 0 .../dictionary/I14.txt => dictionary/i14.txt | 0 .../dictionary/I15.txt => dictionary/i15.txt | 0 .../dictionary/I16.txt => dictionary/i16.txt | 0 .../dictionary/I17.txt => dictionary/i17.txt | 0 .../dictionary/I18.txt => dictionary/i18.txt | 0 .../dictionary/I19.txt => dictionary/i19.txt | 0 .../dictionary/I2.txt => dictionary/i2.txt | 0 .../dictionary/I20.txt => dictionary/i20.txt | 0 .../dictionary/I21.txt => dictionary/i21.txt | 0 .../dictionary/I3.txt => dictionary/i3.txt | 0 .../dictionary/I4.txt => dictionary/i4.txt | 0 .../dictionary/I5.txt => dictionary/i5.txt | 0 .../dictionary/I6.txt => dictionary/i6.txt | 0 .../dictionary/I7.txt => dictionary/i7.txt | 0 .../dictionary/I8.txt => dictionary/i8.txt | 0 .../dictionary/I9.txt => dictionary/i9.txt | 0 .../dictionary/J1.txt => dictionary/j1.txt | 0 .../dictionary/J10.txt => dictionary/j10.txt | 0 .../dictionary/J11.txt => dictionary/j11.txt | 0 .../dictionary/J12.txt => dictionary/j12.txt | 0 .../dictionary/J13.txt => dictionary/j13.txt | 0 .../dictionary/J14.txt => dictionary/j14.txt | 0 .../dictionary/J15.txt => dictionary/j15.txt | 0 .../dictionary/J16.txt => dictionary/j16.txt | 0 .../dictionary/J2.txt => dictionary/j2.txt | 0 .../dictionary/J3.txt => dictionary/j3.txt | 0 .../dictionary/J4.txt => dictionary/j4.txt | 0 .../dictionary/J5.txt => dictionary/j5.txt | 0 .../dictionary/J6.txt => dictionary/j6.txt | 0 .../dictionary/J7.txt => dictionary/j7.txt | 0 .../dictionary/J8.txt => dictionary/j8.txt | 0 .../dictionary/J9.txt => dictionary/j9.txt | 0 .../dictionary/K1.txt => dictionary/k1.txt | 0 .../dictionary/K10.txt => dictionary/k10.txt | 0 .../dictionary/K11.txt => dictionary/k11.txt | 0 .../dictionary/K12.txt => dictionary/k12.txt | 0 .../dictionary/K13.txt => dictionary/k13.txt | 0 .../dictionary/K14.txt => dictionary/k14.txt | 0 .../dictionary/K15.txt => dictionary/k15.txt | 0 .../dictionary/K16.txt => dictionary/k16.txt | 0 .../dictionary/K17.txt => dictionary/k17.txt | 0 .../dictionary/K18.txt => dictionary/k18.txt | 0 .../dictionary/K2.txt => dictionary/k2.txt | 0 .../dictionary/K3.txt => dictionary/k3.txt | 0 .../dictionary/K4.txt => dictionary/k4.txt | 0 .../dictionary/K5.txt => dictionary/k5.txt | 0 .../dictionary/K6.txt => dictionary/k6.txt | 0 .../dictionary/K7.txt => dictionary/k7.txt | 0 .../dictionary/K8.txt => dictionary/k8.txt | 0 .../dictionary/K9.txt => dictionary/k9.txt | 0 .../dictionary/L1.txt => dictionary/l1.txt | 0 .../dictionary/L10.txt => dictionary/l10.txt | 0 .../dictionary/L11.txt => dictionary/l11.txt | 0 .../dictionary/L12.txt => dictionary/l12.txt | 0 .../dictionary/L13.txt => dictionary/l13.txt | 0 .../dictionary/L14.txt => dictionary/l14.txt | 0 .../dictionary/L15.txt => dictionary/l15.txt | 0 .../dictionary/L16.txt => dictionary/l16.txt | 0 .../dictionary/L17.txt => dictionary/l17.txt | 0 .../dictionary/L18.txt => dictionary/l18.txt | 0 .../dictionary/L2.txt => dictionary/l2.txt | 0 .../dictionary/L3.txt => dictionary/l3.txt | 0 .../dictionary/L4.txt => dictionary/l4.txt | 0 .../dictionary/L5.txt => dictionary/l5.txt | 0 .../dictionary/L58.txt => dictionary/l58.txt | 0 .../dictionary/L6.txt => dictionary/l6.txt | 0 .../dictionary/L7.txt => dictionary/l7.txt | 0 .../dictionary/L8.txt => dictionary/l8.txt | 0 .../dictionary/L9.txt => dictionary/l9.txt | 0 .../dictionary/M1.txt => dictionary/m1.txt | 0 .../dictionary/M10.txt => dictionary/m10.txt | 0 .../dictionary/M11.txt => dictionary/m11.txt | 0 .../dictionary/M12.txt => dictionary/m12.txt | 0 .../dictionary/M13.txt => dictionary/m13.txt | 0 .../dictionary/M14.txt => dictionary/m14.txt | 0 .../dictionary/M15.txt => dictionary/m15.txt | 0 .../dictionary/M16.txt => dictionary/m16.txt | 0 .../dictionary/M17.txt => dictionary/m17.txt | 0 .../dictionary/M18.txt => dictionary/m18.txt | 0 .../dictionary/M19.txt => dictionary/m19.txt | 0 .../dictionary/M2.txt => dictionary/m2.txt | 0 .../dictionary/M20.txt => dictionary/m20.txt | 0 .../dictionary/M21.txt => dictionary/m21.txt | 0 .../dictionary/M3.txt => dictionary/m3.txt | 0 .../dictionary/M4.txt => dictionary/m4.txt | 0 .../dictionary/M5.txt => dictionary/m5.txt | 0 .../dictionary/M6.txt => dictionary/m6.txt | 0 .../dictionary/M7.txt => dictionary/m7.txt | 0 .../dictionary/M8.txt => dictionary/m8.txt | 0 .../dictionary/M9.txt => dictionary/m9.txt | 0 .../dictionary/N1.txt => dictionary/n1.txt | 0 .../dictionary/N10.txt => dictionary/n10.txt | 0 .../dictionary/N11.txt => dictionary/n11.txt | 0 .../dictionary/N12.txt => dictionary/n12.txt | 0 .../dictionary/N13.txt => dictionary/n13.txt | 0 .../dictionary/N14.txt => dictionary/n14.txt | 0 .../dictionary/N15.txt => dictionary/n15.txt | 0 .../dictionary/N16.txt => dictionary/n16.txt | 0 .../dictionary/N17.txt => dictionary/n17.txt | 0 .../dictionary/N18.txt => dictionary/n18.txt | 0 .../dictionary/N19.txt => dictionary/n19.txt | 0 .../dictionary/N2.txt => dictionary/n2.txt | 0 .../dictionary/N20.txt => dictionary/n20.txt | 0 .../dictionary/N3.txt => dictionary/n3.txt | 0 .../dictionary/N4.txt => dictionary/n4.txt | 0 .../dictionary/N5.txt => dictionary/n5.txt | 0 .../dictionary/N6.txt => dictionary/n6.txt | 0 .../dictionary/N7.txt => dictionary/n7.txt | 0 .../dictionary/N8.txt => dictionary/n8.txt | 0 .../dictionary/N9.txt => dictionary/n9.txt | 0 .../dictionary/O1.txt => dictionary/o1.txt | 0 .../dictionary/O10.txt => dictionary/o10.txt | 0 .../dictionary/O11.txt => dictionary/o11.txt | 0 .../dictionary/O12.txt => dictionary/o12.txt | 0 .../dictionary/O13.txt => dictionary/o13.txt | 0 .../dictionary/O14.txt => dictionary/o14.txt | 0 .../dictionary/O15.txt => dictionary/o15.txt | 0 .../dictionary/O16.txt => dictionary/o16.txt | 0 .../dictionary/O17.txt => dictionary/o17.txt | 0 .../dictionary/O18.txt => dictionary/o18.txt | 0 .../dictionary/O19.txt => dictionary/o19.txt | 0 .../dictionary/O2.txt => dictionary/o2.txt | 0 .../dictionary/O21.txt => dictionary/o21.txt | 0 .../dictionary/O22.txt => dictionary/o22.txt | 0 .../dictionary/O3.txt => dictionary/o3.txt | 0 .../dictionary/O4.txt => dictionary/o4.txt | 0 .../dictionary/O5.txt => dictionary/o5.txt | 0 .../dictionary/O6.txt => dictionary/o6.txt | 0 .../dictionary/O7.txt => dictionary/o7.txt | 0 .../dictionary/O8.txt => dictionary/o8.txt | 0 .../dictionary/O9.txt => dictionary/o9.txt | 0 .../dictionary/P1.txt => dictionary/p1.txt | 0 .../dictionary/P10.txt => dictionary/p10.txt | 0 .../dictionary/P11.txt => dictionary/p11.txt | 0 .../dictionary/P12.txt => dictionary/p12.txt | 0 .../dictionary/P13.txt => dictionary/p13.txt | 0 .../dictionary/P14.txt => dictionary/p14.txt | 0 .../dictionary/P15.txt => dictionary/p15.txt | 0 .../dictionary/P16.txt => dictionary/p16.txt | 0 .../dictionary/P17.txt => dictionary/p17.txt | 0 .../dictionary/P18.txt => dictionary/p18.txt | 0 .../dictionary/P19.txt => dictionary/p19.txt | 0 .../dictionary/P2.txt => dictionary/p2.txt | 0 .../dictionary/P20.txt => dictionary/p20.txt | 0 .../dictionary/P21.txt => dictionary/p21.txt | 0 .../dictionary/P22.txt => dictionary/p22.txt | 0 .../dictionary/P23.txt => dictionary/p23.txt | 0 .../dictionary/P3.txt => dictionary/p3.txt | 0 .../dictionary/P4.txt => dictionary/p4.txt | 0 .../dictionary/P45.txt => dictionary/p45.txt | 0 .../dictionary/P5.txt => dictionary/p5.txt | 0 .../dictionary/P6.txt => dictionary/p6.txt | 0 .../dictionary/P7.txt => dictionary/p7.txt | 0 .../dictionary/P8.txt => dictionary/p8.txt | 0 .../dictionary/P9.txt => dictionary/p9.txt | 0 .../dictionary/Q1.txt => dictionary/q1.txt | 0 .../dictionary/Q10.txt => dictionary/q10.txt | 0 .../dictionary/Q11.txt => dictionary/q11.txt | 0 .../dictionary/Q12.txt => dictionary/q12.txt | 0 .../dictionary/Q13.txt => dictionary/q13.txt | 0 .../dictionary/Q14.txt => dictionary/q14.txt | 0 .../dictionary/Q15.txt => dictionary/q15.txt | 0 .../dictionary/Q16.txt => dictionary/q16.txt | 0 .../dictionary/Q17.txt => dictionary/q17.txt | 0 .../dictionary/Q18.txt => dictionary/q18.txt | 0 .../dictionary/Q19.txt => dictionary/q19.txt | 0 .../dictionary/Q2.txt => dictionary/q2.txt | 0 .../dictionary/Q3.txt => dictionary/q3.txt | 0 .../dictionary/Q4.txt => dictionary/q4.txt | 0 .../dictionary/Q5.txt => dictionary/q5.txt | 0 .../dictionary/Q6.txt => dictionary/q6.txt | 0 .../dictionary/Q7.txt => dictionary/q7.txt | 0 .../dictionary/Q8.txt => dictionary/q8.txt | 0 .../dictionary/Q9.txt => dictionary/q9.txt | 0 .../dictionary/R1.txt => dictionary/r1.txt | 0 .../dictionary/R10.txt => dictionary/r10.txt | 0 .../dictionary/R11.txt => dictionary/r11.txt | 0 .../dictionary/R12.txt => dictionary/r12.txt | 0 .../dictionary/R13.txt => dictionary/r13.txt | 0 .../dictionary/R14.txt => dictionary/r14.txt | 0 .../dictionary/R15.txt => dictionary/r15.txt | 0 .../dictionary/R16.txt => dictionary/r16.txt | 0 .../dictionary/R17.txt => dictionary/r17.txt | 0 .../dictionary/R18.txt => dictionary/r18.txt | 0 .../dictionary/R19.txt => dictionary/r19.txt | 0 .../dictionary/R2.txt => dictionary/r2.txt | 0 .../dictionary/R3.txt => dictionary/r3.txt | 0 .../dictionary/R4.txt => dictionary/r4.txt | 0 .../dictionary/R5.txt => dictionary/r5.txt | 0 .../dictionary/R6.txt => dictionary/r6.txt | 0 .../dictionary/R7.txt => dictionary/r7.txt | 0 .../dictionary/R8.txt => dictionary/r8.txt | 0 .../dictionary/R9.txt => dictionary/r9.txt | 0 .../dictionary/S1.txt => dictionary/s1.txt | 0 .../dictionary/S10.txt => dictionary/s10.txt | 0 .../dictionary/S11.txt => dictionary/s11.txt | 0 .../dictionary/S12.txt => dictionary/s12.txt | 0 .../dictionary/S13.txt => dictionary/s13.txt | 0 .../dictionary/S14.txt => dictionary/s14.txt | 0 .../dictionary/S15.txt => dictionary/s15.txt | 0 .../dictionary/S16.txt => dictionary/s16.txt | 0 .../dictionary/S17.txt => dictionary/s17.txt | 0 .../dictionary/S18.txt => dictionary/s18.txt | 0 .../dictionary/S19.txt => dictionary/s19.txt | 0 .../dictionary/S2.txt => dictionary/s2.txt | 0 .../dictionary/S20.txt => dictionary/s20.txt | 0 .../dictionary/S3.txt => dictionary/s3.txt | 0 .../dictionary/S34.txt => dictionary/s34.txt | 0 .../dictionary/S4.txt => dictionary/s4.txt | 0 .../dictionary/S5.txt => dictionary/s5.txt | 0 .../dictionary/S6.txt => dictionary/s6.txt | 0 .../dictionary/S7.txt => dictionary/s7.txt | 0 .../dictionary/S8.txt => dictionary/s8.txt | 0 .../dictionary/S9.txt => dictionary/s9.txt | 0 .../dictionary/T1.txt => dictionary/t1.txt | 0 .../dictionary/T10.txt => dictionary/t10.txt | 0 .../dictionary/T11.txt => dictionary/t11.txt | 0 .../dictionary/T12.txt => dictionary/t12.txt | 0 .../dictionary/T13.txt => dictionary/t13.txt | 0 .../dictionary/T14.txt => dictionary/t14.txt | 0 .../dictionary/T15.txt => dictionary/t15.txt | 0 .../dictionary/T16.txt => dictionary/t16.txt | 0 .../dictionary/T17.txt => dictionary/t17.txt | 0 .../dictionary/T18.txt => dictionary/t18.txt | 0 .../dictionary/T19.txt => dictionary/t19.txt | 0 .../dictionary/T2.txt => dictionary/t2.txt | 0 .../dictionary/T20.txt => dictionary/t20.txt | 0 .../dictionary/T21.txt => dictionary/t21.txt | 0 .../dictionary/T22.txt => dictionary/t22.txt | 0 .../dictionary/T23.txt => dictionary/t23.txt | 0 .../dictionary/T3.txt => dictionary/t3.txt | 0 .../dictionary/T4.txt => dictionary/t4.txt | 0 .../dictionary/T5.txt => dictionary/t5.txt | 0 .../dictionary/T6.txt => dictionary/t6.txt | 0 .../dictionary/T7.txt => dictionary/t7.txt | 0 .../dictionary/T8.txt => dictionary/t8.txt | 0 .../dictionary/T9.txt => dictionary/t9.txt | 0 .../dictionary/U1.txt => dictionary/u1.txt | 0 .../dictionary/U10.txt => dictionary/u10.txt | 0 .../dictionary/U11.txt => dictionary/u11.txt | 0 .../dictionary/U12.txt => dictionary/u12.txt | 0 .../dictionary/U13.txt => dictionary/u13.txt | 0 .../dictionary/U14.txt => dictionary/u14.txt | 0 .../dictionary/U15.txt => dictionary/u15.txt | 0 .../dictionary/U16.txt => dictionary/u16.txt | 0 .../dictionary/U17.txt => dictionary/u17.txt | 0 .../dictionary/U18.txt => dictionary/u18.txt | 0 .../dictionary/U19.txt => dictionary/u19.txt | 0 .../dictionary/U2.txt => dictionary/u2.txt | 0 .../dictionary/U21.txt => dictionary/u21.txt | 0 .../dictionary/U3.txt => dictionary/u3.txt | 0 .../dictionary/U4.txt => dictionary/u4.txt | 0 .../dictionary/U5.txt => dictionary/u5.txt | 0 .../dictionary/U6.txt => dictionary/u6.txt | 0 .../dictionary/U7.txt => dictionary/u7.txt | 0 .../dictionary/U8.txt => dictionary/u8.txt | 0 .../dictionary/U9.txt => dictionary/u9.txt | 0 .../dictionary/V1.txt => dictionary/v1.txt | 0 .../dictionary/V10.txt => dictionary/v10.txt | 0 .../dictionary/V11.txt => dictionary/v11.txt | 0 .../dictionary/V12.txt => dictionary/v12.txt | 0 .../dictionary/V13.txt => dictionary/v13.txt | 0 .../dictionary/V14.txt => dictionary/v14.txt | 0 .../dictionary/V15.txt => dictionary/v15.txt | 0 .../dictionary/V16.txt => dictionary/v16.txt | 0 .../dictionary/V17.txt => dictionary/v17.txt | 0 .../dictionary/V3.txt => dictionary/v3.txt | 0 .../dictionary/V4.txt => dictionary/v4.txt | 0 .../dictionary/V5.txt => dictionary/v5.txt | 0 .../dictionary/V6.txt => dictionary/v6.txt | 0 .../dictionary/V7.txt => dictionary/v7.txt | 0 .../dictionary/V8.txt => dictionary/v8.txt | 0 .../dictionary/V9.txt => dictionary/v9.txt | 0 .../dictionary/W1.txt => dictionary/w1.txt | 0 .../dictionary/W10.txt => dictionary/w10.txt | 0 .../dictionary/W11.txt => dictionary/w11.txt | 0 .../dictionary/W12.txt => dictionary/w12.txt | 0 .../dictionary/W13.txt => dictionary/w13.txt | 0 .../dictionary/W14.txt => dictionary/w14.txt | 0 .../dictionary/W15.txt => dictionary/w15.txt | 0 .../dictionary/W16.txt => dictionary/w16.txt | 0 .../dictionary/W17.txt => dictionary/w17.txt | 0 .../dictionary/W2.txt => dictionary/w2.txt | 0 .../dictionary/W3.txt => dictionary/w3.txt | 0 .../dictionary/W4.txt => dictionary/w4.txt | 0 .../dictionary/W5.txt => dictionary/w5.txt | 0 .../dictionary/W6.txt => dictionary/w6.txt | 0 .../dictionary/W7.txt => dictionary/w7.txt | 0 .../dictionary/W8.txt => dictionary/w8.txt | 0 .../dictionary/W9.txt => dictionary/w9.txt | 0 .../dictionary/X1.txt => dictionary/x1.txt | 0 .../dictionary/X10.txt => dictionary/x10.txt | 0 .../dictionary/X11.txt => dictionary/x11.txt | 0 .../dictionary/X12.txt => dictionary/x12.txt | 0 .../dictionary/X13.txt => dictionary/x13.txt | 0 .../dictionary/X14.txt => dictionary/x14.txt | 0 .../dictionary/X15.txt => dictionary/x15.txt | 0 .../dictionary/X16.txt => dictionary/x16.txt | 0 .../dictionary/X2.txt => dictionary/x2.txt | 0 .../dictionary/X4.txt => dictionary/x4.txt | 0 .../dictionary/X5.txt => dictionary/x5.txt | 0 .../dictionary/X6.txt => dictionary/x6.txt | 0 .../dictionary/X7.txt => dictionary/x7.txt | 0 .../dictionary/X8.txt => dictionary/x8.txt | 0 .../dictionary/X9.txt => dictionary/x9.txt | 0 .../dictionary/Y1.txt => dictionary/y1.txt | 0 .../dictionary/Y10.txt => dictionary/y10.txt | 0 .../dictionary/Y11.txt => dictionary/y11.txt | 0 .../dictionary/Y12.txt => dictionary/y12.txt | 0 .../dictionary/Y13.txt => dictionary/y13.txt | 0 .../dictionary/Y14.txt => dictionary/y14.txt | 0 .../dictionary/Y2.txt => dictionary/y2.txt | 0 .../dictionary/Y3.txt => dictionary/y3.txt | 0 .../dictionary/Y4.txt => dictionary/y4.txt | 0 .../dictionary/Y5.txt => dictionary/y5.txt | 0 .../dictionary/Y6.txt => dictionary/y6.txt | 0 .../dictionary/Y7.txt => dictionary/y7.txt | 0 .../dictionary/Y8.txt => dictionary/y8.txt | 0 .../dictionary/Y9.txt => dictionary/y9.txt | 0 .../dictionary/Z1.txt => dictionary/z1.txt | 0 .../dictionary/Z10.txt => dictionary/z10.txt | 0 .../dictionary/Z11.txt => dictionary/z11.txt | 0 .../dictionary/Z12.txt => dictionary/z12.txt | 0 .../dictionary/Z13.txt => dictionary/z13.txt | 0 .../dictionary/Z14.txt => dictionary/z14.txt | 0 .../dictionary/Z15.txt => dictionary/z15.txt | 0 .../dictionary/Z16.txt => dictionary/z16.txt | 0 .../dictionary/Z2.txt => dictionary/z2.txt | 0 .../dictionary/Z3.txt => dictionary/z3.txt | 0 .../dictionary/Z4.txt => dictionary/z4.txt | 0 .../dictionary/Z5.txt => dictionary/z5.txt | 0 .../dictionary/Z6.txt => dictionary/z6.txt | 0 .../dictionary/Z7.txt => dictionary/z7.txt | 0 .../dictionary/Z8.txt => dictionary/z8.txt | 0 .../dictionary/Z9.txt => dictionary/z9.txt | 0 find.hpp | 178 +++++ help.hpp | 52 ++ makefile | 10 + palindrome.hpp | 46 ++ validity.hpp | 54 ++ 529 files changed, 859 insertions(+), 1333 deletions(-) create mode 100644 INSTALL.txt rename LICENSE.TXT => LICENSE.txt (100%) delete mode 100644 README.TXT create mode 100644 README.txt create mode 100755 anagram create mode 100644 anagram.cpp create mode 100755 anagramx create mode 100644 anagramx.cpp create mode 100644 check.hpp delete mode 100644 com/agnibho/code/anagram/CheckAnagram.java delete mode 100644 com/agnibho/code/anagram/IsAnagram.java delete mode 100644 com/agnibho/code/anagram/IsPalindrome.java delete mode 100644 com/agnibho/code/anagram/IsValid.java delete mode 100644 com/agnibho/code/anagram/LICENSE.TXT delete mode 100644 com/agnibho/code/anagram/UI.java rename com/agnibho/code/anagram/dictionary/A1.txt => dictionary/a1.txt (100%) rename com/agnibho/code/anagram/dictionary/A10.txt => dictionary/a10.txt (100%) rename com/agnibho/code/anagram/dictionary/A11.txt => dictionary/a11.txt (100%) rename com/agnibho/code/anagram/dictionary/A12.txt => dictionary/a12.txt (100%) rename com/agnibho/code/anagram/dictionary/A13.txt => dictionary/a13.txt (100%) rename com/agnibho/code/anagram/dictionary/A14.txt => dictionary/a14.txt (100%) rename com/agnibho/code/anagram/dictionary/A15.txt => dictionary/a15.txt (100%) rename com/agnibho/code/anagram/dictionary/A16.txt => dictionary/a16.txt (100%) rename com/agnibho/code/anagram/dictionary/A17.txt => dictionary/a17.txt (100%) rename com/agnibho/code/anagram/dictionary/A18.txt => dictionary/a18.txt (100%) rename com/agnibho/code/anagram/dictionary/A19.txt => dictionary/a19.txt (100%) rename com/agnibho/code/anagram/dictionary/A2.txt => dictionary/a2.txt (100%) rename com/agnibho/code/anagram/dictionary/A20.txt => dictionary/a20.txt (100%) rename com/agnibho/code/anagram/dictionary/A24.txt => dictionary/a24.txt (100%) rename com/agnibho/code/anagram/dictionary/A25.txt => dictionary/a25.txt (100%) rename com/agnibho/code/anagram/dictionary/A28.txt => dictionary/a28.txt (100%) rename com/agnibho/code/anagram/dictionary/A3.txt => dictionary/a3.txt (100%) rename com/agnibho/code/anagram/dictionary/A4.txt => dictionary/a4.txt (100%) rename com/agnibho/code/anagram/dictionary/A5.txt => dictionary/a5.txt (100%) rename com/agnibho/code/anagram/dictionary/A6.txt => dictionary/a6.txt (100%) rename com/agnibho/code/anagram/dictionary/A7.txt => dictionary/a7.txt (100%) rename com/agnibho/code/anagram/dictionary/A8.txt => dictionary/a8.txt (100%) rename com/agnibho/code/anagram/dictionary/A9.txt => dictionary/a9.txt (100%) rename com/agnibho/code/anagram/dictionary/B1.txt => dictionary/b1.txt (100%) rename com/agnibho/code/anagram/dictionary/B10.txt => dictionary/b10.txt (100%) rename com/agnibho/code/anagram/dictionary/B11.txt => dictionary/b11.txt (100%) rename com/agnibho/code/anagram/dictionary/B12.txt => dictionary/b12.txt (100%) rename com/agnibho/code/anagram/dictionary/B13.txt => dictionary/b13.txt (100%) rename com/agnibho/code/anagram/dictionary/B14.txt => dictionary/b14.txt (100%) rename com/agnibho/code/anagram/dictionary/B15.txt => dictionary/b15.txt (100%) rename com/agnibho/code/anagram/dictionary/B16.txt => dictionary/b16.txt (100%) rename com/agnibho/code/anagram/dictionary/B17.txt => dictionary/b17.txt (100%) rename com/agnibho/code/anagram/dictionary/B18.txt => dictionary/b18.txt (100%) rename com/agnibho/code/anagram/dictionary/B19.txt => dictionary/b19.txt (100%) rename com/agnibho/code/anagram/dictionary/B2.txt => dictionary/b2.txt (100%) rename com/agnibho/code/anagram/dictionary/B20.txt => dictionary/b20.txt (100%) rename com/agnibho/code/anagram/dictionary/B3.txt => dictionary/b3.txt (100%) rename com/agnibho/code/anagram/dictionary/B4.txt => dictionary/b4.txt (100%) rename com/agnibho/code/anagram/dictionary/B5.txt => dictionary/b5.txt (100%) rename com/agnibho/code/anagram/dictionary/B6.txt => dictionary/b6.txt (100%) rename com/agnibho/code/anagram/dictionary/B7.txt => dictionary/b7.txt (100%) rename com/agnibho/code/anagram/dictionary/B8.txt => dictionary/b8.txt (100%) rename com/agnibho/code/anagram/dictionary/B9.txt => dictionary/b9.txt (100%) rename com/agnibho/code/anagram/dictionary/C1.txt => dictionary/c1.txt (100%) rename com/agnibho/code/anagram/dictionary/C10.txt => dictionary/c10.txt (100%) rename com/agnibho/code/anagram/dictionary/C11.txt => dictionary/c11.txt (100%) rename com/agnibho/code/anagram/dictionary/C12.txt => dictionary/c12.txt (100%) rename com/agnibho/code/anagram/dictionary/C13.txt => dictionary/c13.txt (100%) rename com/agnibho/code/anagram/dictionary/C14.txt => dictionary/c14.txt (100%) rename com/agnibho/code/anagram/dictionary/C15.txt => dictionary/c15.txt (100%) rename com/agnibho/code/anagram/dictionary/C16.txt => dictionary/c16.txt (100%) rename com/agnibho/code/anagram/dictionary/C17.txt => dictionary/c17.txt (100%) rename com/agnibho/code/anagram/dictionary/C18.txt => dictionary/c18.txt (100%) rename com/agnibho/code/anagram/dictionary/C19.txt => dictionary/c19.txt (100%) rename com/agnibho/code/anagram/dictionary/C2.txt => dictionary/c2.txt (100%) rename com/agnibho/code/anagram/dictionary/C20.txt => dictionary/c20.txt (100%) rename com/agnibho/code/anagram/dictionary/C21.txt => dictionary/c21.txt (100%) rename com/agnibho/code/anagram/dictionary/C3.txt => dictionary/c3.txt (100%) rename com/agnibho/code/anagram/dictionary/C4.txt => dictionary/c4.txt (100%) rename com/agnibho/code/anagram/dictionary/C5.txt => dictionary/c5.txt (100%) rename com/agnibho/code/anagram/dictionary/C6.txt => dictionary/c6.txt (100%) rename com/agnibho/code/anagram/dictionary/C7.txt => dictionary/c7.txt (100%) rename com/agnibho/code/anagram/dictionary/C8.txt => dictionary/c8.txt (100%) rename com/agnibho/code/anagram/dictionary/C9.txt => dictionary/c9.txt (100%) rename com/agnibho/code/anagram/dictionary/D1.txt => dictionary/d1.txt (100%) rename com/agnibho/code/anagram/dictionary/D10.txt => dictionary/d10.txt (100%) rename com/agnibho/code/anagram/dictionary/D11.txt => dictionary/d11.txt (100%) rename com/agnibho/code/anagram/dictionary/D12.txt => dictionary/d12.txt (100%) rename com/agnibho/code/anagram/dictionary/D13.txt => dictionary/d13.txt (100%) rename com/agnibho/code/anagram/dictionary/D14.txt => dictionary/d14.txt (100%) rename com/agnibho/code/anagram/dictionary/D15.txt => dictionary/d15.txt (100%) rename com/agnibho/code/anagram/dictionary/D16.txt => dictionary/d16.txt (100%) rename com/agnibho/code/anagram/dictionary/D17.txt => dictionary/d17.txt (100%) rename com/agnibho/code/anagram/dictionary/D18.txt => dictionary/d18.txt (100%) rename com/agnibho/code/anagram/dictionary/D19.txt => dictionary/d19.txt (100%) rename com/agnibho/code/anagram/dictionary/D2.txt => dictionary/d2.txt (100%) rename com/agnibho/code/anagram/dictionary/D20.txt => dictionary/d20.txt (100%) rename com/agnibho/code/anagram/dictionary/D21.txt => dictionary/d21.txt (100%) rename com/agnibho/code/anagram/dictionary/D3.txt => dictionary/d3.txt (100%) rename com/agnibho/code/anagram/dictionary/D31.txt => dictionary/d31.txt (100%) rename com/agnibho/code/anagram/dictionary/D4.txt => dictionary/d4.txt (100%) rename com/agnibho/code/anagram/dictionary/D5.txt => dictionary/d5.txt (100%) rename com/agnibho/code/anagram/dictionary/D6.txt => dictionary/d6.txt (100%) rename com/agnibho/code/anagram/dictionary/D7.txt => dictionary/d7.txt (100%) rename com/agnibho/code/anagram/dictionary/D8.txt => dictionary/d8.txt (100%) rename com/agnibho/code/anagram/dictionary/D9.txt => dictionary/d9.txt (100%) rename com/agnibho/code/anagram/dictionary/E1.txt => dictionary/e1.txt (100%) rename com/agnibho/code/anagram/dictionary/E10.txt => dictionary/e10.txt (100%) rename com/agnibho/code/anagram/dictionary/E11.txt => dictionary/e11.txt (100%) rename com/agnibho/code/anagram/dictionary/E12.txt => dictionary/e12.txt (100%) rename com/agnibho/code/anagram/dictionary/E13.txt => dictionary/e13.txt (100%) rename com/agnibho/code/anagram/dictionary/E14.txt => dictionary/e14.txt (100%) rename com/agnibho/code/anagram/dictionary/E15.txt => dictionary/e15.txt (100%) rename com/agnibho/code/anagram/dictionary/E16.txt => dictionary/e16.txt (100%) rename com/agnibho/code/anagram/dictionary/E17.txt => dictionary/e17.txt (100%) rename com/agnibho/code/anagram/dictionary/E18.txt => dictionary/e18.txt (100%) rename com/agnibho/code/anagram/dictionary/E19.txt => dictionary/e19.txt (100%) rename com/agnibho/code/anagram/dictionary/E2.txt => dictionary/e2.txt (100%) rename com/agnibho/code/anagram/dictionary/E20.txt => dictionary/e20.txt (100%) rename com/agnibho/code/anagram/dictionary/E21.txt => dictionary/e21.txt (100%) rename com/agnibho/code/anagram/dictionary/E22.txt => dictionary/e22.txt (100%) rename com/agnibho/code/anagram/dictionary/E23.txt => dictionary/e23.txt (100%) rename com/agnibho/code/anagram/dictionary/E3.txt => dictionary/e3.txt (100%) rename com/agnibho/code/anagram/dictionary/E4.txt => dictionary/e4.txt (100%) rename com/agnibho/code/anagram/dictionary/E5.txt => dictionary/e5.txt (100%) rename com/agnibho/code/anagram/dictionary/E6.txt => dictionary/e6.txt (100%) rename com/agnibho/code/anagram/dictionary/E7.txt => dictionary/e7.txt (100%) rename com/agnibho/code/anagram/dictionary/E8.txt => dictionary/e8.txt (100%) rename com/agnibho/code/anagram/dictionary/E9.txt => dictionary/e9.txt (100%) rename com/agnibho/code/anagram/dictionary/F1.txt => dictionary/f1.txt (100%) rename com/agnibho/code/anagram/dictionary/F10.txt => dictionary/f10.txt (100%) rename com/agnibho/code/anagram/dictionary/F11.txt => dictionary/f11.txt (100%) rename com/agnibho/code/anagram/dictionary/F12.txt => dictionary/f12.txt (100%) rename com/agnibho/code/anagram/dictionary/F13.txt => dictionary/f13.txt (100%) rename com/agnibho/code/anagram/dictionary/F14.txt => dictionary/f14.txt (100%) rename com/agnibho/code/anagram/dictionary/F15.txt => dictionary/f15.txt (100%) rename com/agnibho/code/anagram/dictionary/F16.txt => dictionary/f16.txt (100%) rename com/agnibho/code/anagram/dictionary/F17.txt => dictionary/f17.txt (100%) rename com/agnibho/code/anagram/dictionary/F2.txt => dictionary/f2.txt (100%) rename com/agnibho/code/anagram/dictionary/F29.txt => dictionary/f29.txt (100%) rename com/agnibho/code/anagram/dictionary/F3.txt => dictionary/f3.txt (100%) rename com/agnibho/code/anagram/dictionary/F4.txt => dictionary/f4.txt (100%) rename com/agnibho/code/anagram/dictionary/F5.txt => dictionary/f5.txt (100%) rename com/agnibho/code/anagram/dictionary/F6.txt => dictionary/f6.txt (100%) rename com/agnibho/code/anagram/dictionary/F7.txt => dictionary/f7.txt (100%) rename com/agnibho/code/anagram/dictionary/F8.txt => dictionary/f8.txt (100%) rename com/agnibho/code/anagram/dictionary/F9.txt => dictionary/f9.txt (100%) rename com/agnibho/code/anagram/dictionary/G1.txt => dictionary/g1.txt (100%) rename com/agnibho/code/anagram/dictionary/G10.txt => dictionary/g10.txt (100%) rename com/agnibho/code/anagram/dictionary/G11.txt => dictionary/g11.txt (100%) rename com/agnibho/code/anagram/dictionary/G12.txt => dictionary/g12.txt (100%) rename com/agnibho/code/anagram/dictionary/G13.txt => dictionary/g13.txt (100%) rename com/agnibho/code/anagram/dictionary/G14.txt => dictionary/g14.txt (100%) rename com/agnibho/code/anagram/dictionary/G15.txt => dictionary/g15.txt (100%) rename com/agnibho/code/anagram/dictionary/G16.txt => dictionary/g16.txt (100%) rename com/agnibho/code/anagram/dictionary/G17.txt => dictionary/g17.txt (100%) rename com/agnibho/code/anagram/dictionary/G18.txt => dictionary/g18.txt (100%) rename com/agnibho/code/anagram/dictionary/G19.txt => dictionary/g19.txt (100%) rename com/agnibho/code/anagram/dictionary/G2.txt => dictionary/g2.txt (100%) rename com/agnibho/code/anagram/dictionary/G3.txt => dictionary/g3.txt (100%) rename com/agnibho/code/anagram/dictionary/G4.txt => dictionary/g4.txt (100%) rename com/agnibho/code/anagram/dictionary/G5.txt => dictionary/g5.txt (100%) rename com/agnibho/code/anagram/dictionary/G6.txt => dictionary/g6.txt (100%) rename com/agnibho/code/anagram/dictionary/G7.txt => dictionary/g7.txt (100%) rename com/agnibho/code/anagram/dictionary/G8.txt => dictionary/g8.txt (100%) rename com/agnibho/code/anagram/dictionary/G9.txt => dictionary/g9.txt (100%) rename com/agnibho/code/anagram/dictionary/H1.txt => dictionary/h1.txt (100%) rename com/agnibho/code/anagram/dictionary/H10.txt => dictionary/h10.txt (100%) rename com/agnibho/code/anagram/dictionary/H11.txt => dictionary/h11.txt (100%) rename com/agnibho/code/anagram/dictionary/H12.txt => dictionary/h12.txt (100%) rename com/agnibho/code/anagram/dictionary/H13.txt => dictionary/h13.txt (100%) rename com/agnibho/code/anagram/dictionary/H14.txt => dictionary/h14.txt (100%) rename com/agnibho/code/anagram/dictionary/H15.txt => dictionary/h15.txt (100%) rename com/agnibho/code/anagram/dictionary/H16.txt => dictionary/h16.txt (100%) rename com/agnibho/code/anagram/dictionary/H17.txt => dictionary/h17.txt (100%) rename com/agnibho/code/anagram/dictionary/H18.txt => dictionary/h18.txt (100%) rename com/agnibho/code/anagram/dictionary/H19.txt => dictionary/h19.txt (100%) rename com/agnibho/code/anagram/dictionary/H2.txt => dictionary/h2.txt (100%) rename com/agnibho/code/anagram/dictionary/H21.txt => dictionary/h21.txt (100%) rename com/agnibho/code/anagram/dictionary/H22.txt => dictionary/h22.txt (100%) rename com/agnibho/code/anagram/dictionary/H23.txt => dictionary/h23.txt (100%) rename com/agnibho/code/anagram/dictionary/H24.txt => dictionary/h24.txt (100%) rename com/agnibho/code/anagram/dictionary/H3.txt => dictionary/h3.txt (100%) rename com/agnibho/code/anagram/dictionary/H4.txt => dictionary/h4.txt (100%) rename com/agnibho/code/anagram/dictionary/H5.txt => dictionary/h5.txt (100%) rename com/agnibho/code/anagram/dictionary/H6.txt => dictionary/h6.txt (100%) rename com/agnibho/code/anagram/dictionary/H7.txt => dictionary/h7.txt (100%) rename com/agnibho/code/anagram/dictionary/H8.txt => dictionary/h8.txt (100%) rename com/agnibho/code/anagram/dictionary/H9.txt => dictionary/h9.txt (100%) rename com/agnibho/code/anagram/dictionary/I1.txt => dictionary/i1.txt (100%) rename com/agnibho/code/anagram/dictionary/I10.txt => dictionary/i10.txt (100%) rename com/agnibho/code/anagram/dictionary/I11.txt => dictionary/i11.txt (100%) rename com/agnibho/code/anagram/dictionary/I12.txt => dictionary/i12.txt (100%) rename com/agnibho/code/anagram/dictionary/I13.txt => dictionary/i13.txt (100%) rename com/agnibho/code/anagram/dictionary/I14.txt => dictionary/i14.txt (100%) rename com/agnibho/code/anagram/dictionary/I15.txt => dictionary/i15.txt (100%) rename com/agnibho/code/anagram/dictionary/I16.txt => dictionary/i16.txt (100%) rename com/agnibho/code/anagram/dictionary/I17.txt => dictionary/i17.txt (100%) rename com/agnibho/code/anagram/dictionary/I18.txt => dictionary/i18.txt (100%) rename com/agnibho/code/anagram/dictionary/I19.txt => dictionary/i19.txt (100%) rename com/agnibho/code/anagram/dictionary/I2.txt => dictionary/i2.txt (100%) rename com/agnibho/code/anagram/dictionary/I20.txt => dictionary/i20.txt (100%) rename com/agnibho/code/anagram/dictionary/I21.txt => dictionary/i21.txt (100%) rename com/agnibho/code/anagram/dictionary/I3.txt => dictionary/i3.txt (100%) rename com/agnibho/code/anagram/dictionary/I4.txt => dictionary/i4.txt (100%) rename com/agnibho/code/anagram/dictionary/I5.txt => dictionary/i5.txt (100%) rename com/agnibho/code/anagram/dictionary/I6.txt => dictionary/i6.txt (100%) rename com/agnibho/code/anagram/dictionary/I7.txt => dictionary/i7.txt (100%) rename com/agnibho/code/anagram/dictionary/I8.txt => dictionary/i8.txt (100%) rename com/agnibho/code/anagram/dictionary/I9.txt => dictionary/i9.txt (100%) rename com/agnibho/code/anagram/dictionary/J1.txt => dictionary/j1.txt (100%) rename com/agnibho/code/anagram/dictionary/J10.txt => dictionary/j10.txt (100%) rename com/agnibho/code/anagram/dictionary/J11.txt => dictionary/j11.txt (100%) rename com/agnibho/code/anagram/dictionary/J12.txt => dictionary/j12.txt (100%) rename com/agnibho/code/anagram/dictionary/J13.txt => dictionary/j13.txt (100%) rename com/agnibho/code/anagram/dictionary/J14.txt => dictionary/j14.txt (100%) rename com/agnibho/code/anagram/dictionary/J15.txt => dictionary/j15.txt (100%) rename com/agnibho/code/anagram/dictionary/J16.txt => dictionary/j16.txt (100%) rename com/agnibho/code/anagram/dictionary/J2.txt => dictionary/j2.txt (100%) rename com/agnibho/code/anagram/dictionary/J3.txt => dictionary/j3.txt (100%) rename com/agnibho/code/anagram/dictionary/J4.txt => dictionary/j4.txt (100%) rename com/agnibho/code/anagram/dictionary/J5.txt => dictionary/j5.txt (100%) rename com/agnibho/code/anagram/dictionary/J6.txt => dictionary/j6.txt (100%) rename com/agnibho/code/anagram/dictionary/J7.txt => dictionary/j7.txt (100%) rename com/agnibho/code/anagram/dictionary/J8.txt => dictionary/j8.txt (100%) rename com/agnibho/code/anagram/dictionary/J9.txt => dictionary/j9.txt (100%) rename com/agnibho/code/anagram/dictionary/K1.txt => dictionary/k1.txt (100%) rename com/agnibho/code/anagram/dictionary/K10.txt => dictionary/k10.txt (100%) rename com/agnibho/code/anagram/dictionary/K11.txt => dictionary/k11.txt (100%) rename com/agnibho/code/anagram/dictionary/K12.txt => dictionary/k12.txt (100%) rename com/agnibho/code/anagram/dictionary/K13.txt => dictionary/k13.txt (100%) rename com/agnibho/code/anagram/dictionary/K14.txt => dictionary/k14.txt (100%) rename com/agnibho/code/anagram/dictionary/K15.txt => dictionary/k15.txt (100%) rename com/agnibho/code/anagram/dictionary/K16.txt => dictionary/k16.txt (100%) rename com/agnibho/code/anagram/dictionary/K17.txt => dictionary/k17.txt (100%) rename com/agnibho/code/anagram/dictionary/K18.txt => dictionary/k18.txt (100%) rename com/agnibho/code/anagram/dictionary/K2.txt => dictionary/k2.txt (100%) rename com/agnibho/code/anagram/dictionary/K3.txt => dictionary/k3.txt (100%) rename com/agnibho/code/anagram/dictionary/K4.txt => dictionary/k4.txt (100%) rename com/agnibho/code/anagram/dictionary/K5.txt => dictionary/k5.txt (100%) rename com/agnibho/code/anagram/dictionary/K6.txt => dictionary/k6.txt (100%) rename com/agnibho/code/anagram/dictionary/K7.txt => dictionary/k7.txt (100%) rename com/agnibho/code/anagram/dictionary/K8.txt => dictionary/k8.txt (100%) rename com/agnibho/code/anagram/dictionary/K9.txt => dictionary/k9.txt (100%) rename com/agnibho/code/anagram/dictionary/L1.txt => dictionary/l1.txt (100%) rename com/agnibho/code/anagram/dictionary/L10.txt => dictionary/l10.txt (100%) rename com/agnibho/code/anagram/dictionary/L11.txt => dictionary/l11.txt (100%) rename com/agnibho/code/anagram/dictionary/L12.txt => dictionary/l12.txt (100%) rename com/agnibho/code/anagram/dictionary/L13.txt => dictionary/l13.txt (100%) rename com/agnibho/code/anagram/dictionary/L14.txt => dictionary/l14.txt (100%) rename com/agnibho/code/anagram/dictionary/L15.txt => dictionary/l15.txt (100%) rename com/agnibho/code/anagram/dictionary/L16.txt => dictionary/l16.txt (100%) rename com/agnibho/code/anagram/dictionary/L17.txt => dictionary/l17.txt (100%) rename com/agnibho/code/anagram/dictionary/L18.txt => dictionary/l18.txt (100%) rename com/agnibho/code/anagram/dictionary/L2.txt => dictionary/l2.txt (100%) rename com/agnibho/code/anagram/dictionary/L3.txt => dictionary/l3.txt (100%) rename com/agnibho/code/anagram/dictionary/L4.txt => dictionary/l4.txt (100%) rename com/agnibho/code/anagram/dictionary/L5.txt => dictionary/l5.txt (100%) rename com/agnibho/code/anagram/dictionary/L58.txt => dictionary/l58.txt (100%) rename com/agnibho/code/anagram/dictionary/L6.txt => dictionary/l6.txt (100%) rename com/agnibho/code/anagram/dictionary/L7.txt => dictionary/l7.txt (100%) rename com/agnibho/code/anagram/dictionary/L8.txt => dictionary/l8.txt (100%) rename com/agnibho/code/anagram/dictionary/L9.txt => dictionary/l9.txt (100%) rename com/agnibho/code/anagram/dictionary/M1.txt => dictionary/m1.txt (100%) rename com/agnibho/code/anagram/dictionary/M10.txt => dictionary/m10.txt (100%) rename com/agnibho/code/anagram/dictionary/M11.txt => dictionary/m11.txt (100%) rename com/agnibho/code/anagram/dictionary/M12.txt => dictionary/m12.txt (100%) rename com/agnibho/code/anagram/dictionary/M13.txt => dictionary/m13.txt (100%) rename com/agnibho/code/anagram/dictionary/M14.txt => dictionary/m14.txt (100%) rename com/agnibho/code/anagram/dictionary/M15.txt => dictionary/m15.txt (100%) rename com/agnibho/code/anagram/dictionary/M16.txt => dictionary/m16.txt (100%) rename com/agnibho/code/anagram/dictionary/M17.txt => dictionary/m17.txt (100%) rename com/agnibho/code/anagram/dictionary/M18.txt => dictionary/m18.txt (100%) rename com/agnibho/code/anagram/dictionary/M19.txt => dictionary/m19.txt (100%) rename com/agnibho/code/anagram/dictionary/M2.txt => dictionary/m2.txt (100%) rename com/agnibho/code/anagram/dictionary/M20.txt => dictionary/m20.txt (100%) rename com/agnibho/code/anagram/dictionary/M21.txt => dictionary/m21.txt (100%) rename com/agnibho/code/anagram/dictionary/M3.txt => dictionary/m3.txt (100%) rename com/agnibho/code/anagram/dictionary/M4.txt => dictionary/m4.txt (100%) rename com/agnibho/code/anagram/dictionary/M5.txt => dictionary/m5.txt (100%) rename com/agnibho/code/anagram/dictionary/M6.txt => dictionary/m6.txt (100%) rename com/agnibho/code/anagram/dictionary/M7.txt => dictionary/m7.txt (100%) rename com/agnibho/code/anagram/dictionary/M8.txt => dictionary/m8.txt (100%) rename com/agnibho/code/anagram/dictionary/M9.txt => dictionary/m9.txt (100%) rename com/agnibho/code/anagram/dictionary/N1.txt => dictionary/n1.txt (100%) rename com/agnibho/code/anagram/dictionary/N10.txt => dictionary/n10.txt (100%) rename com/agnibho/code/anagram/dictionary/N11.txt => dictionary/n11.txt (100%) rename com/agnibho/code/anagram/dictionary/N12.txt => dictionary/n12.txt (100%) rename com/agnibho/code/anagram/dictionary/N13.txt => dictionary/n13.txt (100%) rename com/agnibho/code/anagram/dictionary/N14.txt => dictionary/n14.txt (100%) rename com/agnibho/code/anagram/dictionary/N15.txt => dictionary/n15.txt (100%) rename com/agnibho/code/anagram/dictionary/N16.txt => dictionary/n16.txt (100%) rename com/agnibho/code/anagram/dictionary/N17.txt => dictionary/n17.txt (100%) rename com/agnibho/code/anagram/dictionary/N18.txt => dictionary/n18.txt (100%) rename com/agnibho/code/anagram/dictionary/N19.txt => dictionary/n19.txt (100%) rename com/agnibho/code/anagram/dictionary/N2.txt => dictionary/n2.txt (100%) rename com/agnibho/code/anagram/dictionary/N20.txt => dictionary/n20.txt (100%) rename com/agnibho/code/anagram/dictionary/N3.txt => dictionary/n3.txt (100%) rename com/agnibho/code/anagram/dictionary/N4.txt => dictionary/n4.txt (100%) rename com/agnibho/code/anagram/dictionary/N5.txt => dictionary/n5.txt (100%) rename com/agnibho/code/anagram/dictionary/N6.txt => dictionary/n6.txt (100%) rename com/agnibho/code/anagram/dictionary/N7.txt => dictionary/n7.txt (100%) rename com/agnibho/code/anagram/dictionary/N8.txt => dictionary/n8.txt (100%) rename com/agnibho/code/anagram/dictionary/N9.txt => dictionary/n9.txt (100%) rename com/agnibho/code/anagram/dictionary/O1.txt => dictionary/o1.txt (100%) rename com/agnibho/code/anagram/dictionary/O10.txt => dictionary/o10.txt (100%) rename com/agnibho/code/anagram/dictionary/O11.txt => dictionary/o11.txt (100%) rename com/agnibho/code/anagram/dictionary/O12.txt => dictionary/o12.txt (100%) rename com/agnibho/code/anagram/dictionary/O13.txt => dictionary/o13.txt (100%) rename com/agnibho/code/anagram/dictionary/O14.txt => dictionary/o14.txt (100%) rename com/agnibho/code/anagram/dictionary/O15.txt => dictionary/o15.txt (100%) rename com/agnibho/code/anagram/dictionary/O16.txt => dictionary/o16.txt (100%) rename com/agnibho/code/anagram/dictionary/O17.txt => dictionary/o17.txt (100%) rename com/agnibho/code/anagram/dictionary/O18.txt => dictionary/o18.txt (100%) rename com/agnibho/code/anagram/dictionary/O19.txt => dictionary/o19.txt (100%) rename com/agnibho/code/anagram/dictionary/O2.txt => dictionary/o2.txt (100%) rename com/agnibho/code/anagram/dictionary/O21.txt => dictionary/o21.txt (100%) rename com/agnibho/code/anagram/dictionary/O22.txt => dictionary/o22.txt (100%) rename com/agnibho/code/anagram/dictionary/O3.txt => dictionary/o3.txt (100%) rename com/agnibho/code/anagram/dictionary/O4.txt => dictionary/o4.txt (100%) rename com/agnibho/code/anagram/dictionary/O5.txt => dictionary/o5.txt (100%) rename com/agnibho/code/anagram/dictionary/O6.txt => dictionary/o6.txt (100%) rename com/agnibho/code/anagram/dictionary/O7.txt => dictionary/o7.txt (100%) rename com/agnibho/code/anagram/dictionary/O8.txt => dictionary/o8.txt (100%) rename com/agnibho/code/anagram/dictionary/O9.txt => dictionary/o9.txt (100%) rename com/agnibho/code/anagram/dictionary/P1.txt => dictionary/p1.txt (100%) rename com/agnibho/code/anagram/dictionary/P10.txt => dictionary/p10.txt (100%) rename com/agnibho/code/anagram/dictionary/P11.txt => dictionary/p11.txt (100%) rename com/agnibho/code/anagram/dictionary/P12.txt => dictionary/p12.txt (100%) rename com/agnibho/code/anagram/dictionary/P13.txt => dictionary/p13.txt (100%) rename com/agnibho/code/anagram/dictionary/P14.txt => dictionary/p14.txt (100%) rename com/agnibho/code/anagram/dictionary/P15.txt => dictionary/p15.txt (100%) rename com/agnibho/code/anagram/dictionary/P16.txt => dictionary/p16.txt (100%) rename com/agnibho/code/anagram/dictionary/P17.txt => dictionary/p17.txt (100%) rename com/agnibho/code/anagram/dictionary/P18.txt => dictionary/p18.txt (100%) rename com/agnibho/code/anagram/dictionary/P19.txt => dictionary/p19.txt (100%) rename com/agnibho/code/anagram/dictionary/P2.txt => dictionary/p2.txt (100%) rename com/agnibho/code/anagram/dictionary/P20.txt => dictionary/p20.txt (100%) rename com/agnibho/code/anagram/dictionary/P21.txt => dictionary/p21.txt (100%) rename com/agnibho/code/anagram/dictionary/P22.txt => dictionary/p22.txt (100%) rename com/agnibho/code/anagram/dictionary/P23.txt => dictionary/p23.txt (100%) rename com/agnibho/code/anagram/dictionary/P3.txt => dictionary/p3.txt (100%) rename com/agnibho/code/anagram/dictionary/P4.txt => dictionary/p4.txt (100%) rename com/agnibho/code/anagram/dictionary/P45.txt => dictionary/p45.txt (100%) rename com/agnibho/code/anagram/dictionary/P5.txt => dictionary/p5.txt (100%) rename com/agnibho/code/anagram/dictionary/P6.txt => dictionary/p6.txt (100%) rename com/agnibho/code/anagram/dictionary/P7.txt => dictionary/p7.txt (100%) rename com/agnibho/code/anagram/dictionary/P8.txt => dictionary/p8.txt (100%) rename com/agnibho/code/anagram/dictionary/P9.txt => dictionary/p9.txt (100%) rename com/agnibho/code/anagram/dictionary/Q1.txt => dictionary/q1.txt (100%) rename com/agnibho/code/anagram/dictionary/Q10.txt => dictionary/q10.txt (100%) rename com/agnibho/code/anagram/dictionary/Q11.txt => dictionary/q11.txt (100%) rename com/agnibho/code/anagram/dictionary/Q12.txt => dictionary/q12.txt (100%) rename com/agnibho/code/anagram/dictionary/Q13.txt => dictionary/q13.txt (100%) rename com/agnibho/code/anagram/dictionary/Q14.txt => dictionary/q14.txt (100%) rename com/agnibho/code/anagram/dictionary/Q15.txt => dictionary/q15.txt (100%) rename com/agnibho/code/anagram/dictionary/Q16.txt => dictionary/q16.txt (100%) rename com/agnibho/code/anagram/dictionary/Q17.txt => dictionary/q17.txt (100%) rename com/agnibho/code/anagram/dictionary/Q18.txt => dictionary/q18.txt (100%) rename com/agnibho/code/anagram/dictionary/Q19.txt => dictionary/q19.txt (100%) rename com/agnibho/code/anagram/dictionary/Q2.txt => dictionary/q2.txt (100%) rename com/agnibho/code/anagram/dictionary/Q3.txt => dictionary/q3.txt (100%) rename com/agnibho/code/anagram/dictionary/Q4.txt => dictionary/q4.txt (100%) rename com/agnibho/code/anagram/dictionary/Q5.txt => dictionary/q5.txt (100%) rename com/agnibho/code/anagram/dictionary/Q6.txt => dictionary/q6.txt (100%) rename com/agnibho/code/anagram/dictionary/Q7.txt => dictionary/q7.txt (100%) rename com/agnibho/code/anagram/dictionary/Q8.txt => dictionary/q8.txt (100%) rename com/agnibho/code/anagram/dictionary/Q9.txt => dictionary/q9.txt (100%) rename com/agnibho/code/anagram/dictionary/R1.txt => dictionary/r1.txt (100%) rename com/agnibho/code/anagram/dictionary/R10.txt => dictionary/r10.txt (100%) rename com/agnibho/code/anagram/dictionary/R11.txt => dictionary/r11.txt (100%) rename com/agnibho/code/anagram/dictionary/R12.txt => dictionary/r12.txt (100%) rename com/agnibho/code/anagram/dictionary/R13.txt => dictionary/r13.txt (100%) rename com/agnibho/code/anagram/dictionary/R14.txt => dictionary/r14.txt (100%) rename com/agnibho/code/anagram/dictionary/R15.txt => dictionary/r15.txt (100%) rename com/agnibho/code/anagram/dictionary/R16.txt => dictionary/r16.txt (100%) rename com/agnibho/code/anagram/dictionary/R17.txt => dictionary/r17.txt (100%) rename com/agnibho/code/anagram/dictionary/R18.txt => dictionary/r18.txt (100%) rename com/agnibho/code/anagram/dictionary/R19.txt => dictionary/r19.txt (100%) rename com/agnibho/code/anagram/dictionary/R2.txt => dictionary/r2.txt (100%) rename com/agnibho/code/anagram/dictionary/R3.txt => dictionary/r3.txt (100%) rename com/agnibho/code/anagram/dictionary/R4.txt => dictionary/r4.txt (100%) rename com/agnibho/code/anagram/dictionary/R5.txt => dictionary/r5.txt (100%) rename com/agnibho/code/anagram/dictionary/R6.txt => dictionary/r6.txt (100%) rename com/agnibho/code/anagram/dictionary/R7.txt => dictionary/r7.txt (100%) rename com/agnibho/code/anagram/dictionary/R8.txt => dictionary/r8.txt (100%) rename com/agnibho/code/anagram/dictionary/R9.txt => dictionary/r9.txt (100%) rename com/agnibho/code/anagram/dictionary/S1.txt => dictionary/s1.txt (100%) rename com/agnibho/code/anagram/dictionary/S10.txt => dictionary/s10.txt (100%) rename com/agnibho/code/anagram/dictionary/S11.txt => dictionary/s11.txt (100%) rename com/agnibho/code/anagram/dictionary/S12.txt => dictionary/s12.txt (100%) rename com/agnibho/code/anagram/dictionary/S13.txt => dictionary/s13.txt (100%) rename com/agnibho/code/anagram/dictionary/S14.txt => dictionary/s14.txt (100%) rename com/agnibho/code/anagram/dictionary/S15.txt => dictionary/s15.txt (100%) rename com/agnibho/code/anagram/dictionary/S16.txt => dictionary/s16.txt (100%) rename com/agnibho/code/anagram/dictionary/S17.txt => dictionary/s17.txt (100%) rename com/agnibho/code/anagram/dictionary/S18.txt => dictionary/s18.txt (100%) rename com/agnibho/code/anagram/dictionary/S19.txt => dictionary/s19.txt (100%) rename com/agnibho/code/anagram/dictionary/S2.txt => dictionary/s2.txt (100%) rename com/agnibho/code/anagram/dictionary/S20.txt => dictionary/s20.txt (100%) rename com/agnibho/code/anagram/dictionary/S3.txt => dictionary/s3.txt (100%) rename com/agnibho/code/anagram/dictionary/S34.txt => dictionary/s34.txt (100%) rename com/agnibho/code/anagram/dictionary/S4.txt => dictionary/s4.txt (100%) rename com/agnibho/code/anagram/dictionary/S5.txt => dictionary/s5.txt (100%) rename com/agnibho/code/anagram/dictionary/S6.txt => dictionary/s6.txt (100%) rename com/agnibho/code/anagram/dictionary/S7.txt => dictionary/s7.txt (100%) rename com/agnibho/code/anagram/dictionary/S8.txt => dictionary/s8.txt (100%) rename com/agnibho/code/anagram/dictionary/S9.txt => dictionary/s9.txt (100%) rename com/agnibho/code/anagram/dictionary/T1.txt => dictionary/t1.txt (100%) rename com/agnibho/code/anagram/dictionary/T10.txt => dictionary/t10.txt (100%) rename com/agnibho/code/anagram/dictionary/T11.txt => dictionary/t11.txt (100%) rename com/agnibho/code/anagram/dictionary/T12.txt => dictionary/t12.txt (100%) rename com/agnibho/code/anagram/dictionary/T13.txt => dictionary/t13.txt (100%) rename com/agnibho/code/anagram/dictionary/T14.txt => dictionary/t14.txt (100%) rename com/agnibho/code/anagram/dictionary/T15.txt => dictionary/t15.txt (100%) rename com/agnibho/code/anagram/dictionary/T16.txt => dictionary/t16.txt (100%) rename com/agnibho/code/anagram/dictionary/T17.txt => dictionary/t17.txt (100%) rename com/agnibho/code/anagram/dictionary/T18.txt => dictionary/t18.txt (100%) rename com/agnibho/code/anagram/dictionary/T19.txt => dictionary/t19.txt (100%) rename com/agnibho/code/anagram/dictionary/T2.txt => dictionary/t2.txt (100%) rename com/agnibho/code/anagram/dictionary/T20.txt => dictionary/t20.txt (100%) rename com/agnibho/code/anagram/dictionary/T21.txt => dictionary/t21.txt (100%) rename com/agnibho/code/anagram/dictionary/T22.txt => dictionary/t22.txt (100%) rename com/agnibho/code/anagram/dictionary/T23.txt => dictionary/t23.txt (100%) rename com/agnibho/code/anagram/dictionary/T3.txt => dictionary/t3.txt (100%) rename com/agnibho/code/anagram/dictionary/T4.txt => dictionary/t4.txt (100%) rename com/agnibho/code/anagram/dictionary/T5.txt => dictionary/t5.txt (100%) rename com/agnibho/code/anagram/dictionary/T6.txt => dictionary/t6.txt (100%) rename com/agnibho/code/anagram/dictionary/T7.txt => dictionary/t7.txt (100%) rename com/agnibho/code/anagram/dictionary/T8.txt => dictionary/t8.txt (100%) rename com/agnibho/code/anagram/dictionary/T9.txt => dictionary/t9.txt (100%) rename com/agnibho/code/anagram/dictionary/U1.txt => dictionary/u1.txt (100%) rename com/agnibho/code/anagram/dictionary/U10.txt => dictionary/u10.txt (100%) rename com/agnibho/code/anagram/dictionary/U11.txt => dictionary/u11.txt (100%) rename com/agnibho/code/anagram/dictionary/U12.txt => dictionary/u12.txt (100%) rename com/agnibho/code/anagram/dictionary/U13.txt => dictionary/u13.txt (100%) rename com/agnibho/code/anagram/dictionary/U14.txt => dictionary/u14.txt (100%) rename com/agnibho/code/anagram/dictionary/U15.txt => dictionary/u15.txt (100%) rename com/agnibho/code/anagram/dictionary/U16.txt => dictionary/u16.txt (100%) rename com/agnibho/code/anagram/dictionary/U17.txt => dictionary/u17.txt (100%) rename com/agnibho/code/anagram/dictionary/U18.txt => dictionary/u18.txt (100%) rename com/agnibho/code/anagram/dictionary/U19.txt => dictionary/u19.txt (100%) rename com/agnibho/code/anagram/dictionary/U2.txt => dictionary/u2.txt (100%) rename com/agnibho/code/anagram/dictionary/U21.txt => dictionary/u21.txt (100%) rename com/agnibho/code/anagram/dictionary/U3.txt => dictionary/u3.txt (100%) rename com/agnibho/code/anagram/dictionary/U4.txt => dictionary/u4.txt (100%) rename com/agnibho/code/anagram/dictionary/U5.txt => dictionary/u5.txt (100%) rename com/agnibho/code/anagram/dictionary/U6.txt => dictionary/u6.txt (100%) rename com/agnibho/code/anagram/dictionary/U7.txt => dictionary/u7.txt (100%) rename com/agnibho/code/anagram/dictionary/U8.txt => dictionary/u8.txt (100%) rename com/agnibho/code/anagram/dictionary/U9.txt => dictionary/u9.txt (100%) rename com/agnibho/code/anagram/dictionary/V1.txt => dictionary/v1.txt (100%) rename com/agnibho/code/anagram/dictionary/V10.txt => dictionary/v10.txt (100%) rename com/agnibho/code/anagram/dictionary/V11.txt => dictionary/v11.txt (100%) rename com/agnibho/code/anagram/dictionary/V12.txt => dictionary/v12.txt (100%) rename com/agnibho/code/anagram/dictionary/V13.txt => dictionary/v13.txt (100%) rename com/agnibho/code/anagram/dictionary/V14.txt => dictionary/v14.txt (100%) rename com/agnibho/code/anagram/dictionary/V15.txt => dictionary/v15.txt (100%) rename com/agnibho/code/anagram/dictionary/V16.txt => dictionary/v16.txt (100%) rename com/agnibho/code/anagram/dictionary/V17.txt => dictionary/v17.txt (100%) rename com/agnibho/code/anagram/dictionary/V3.txt => dictionary/v3.txt (100%) rename com/agnibho/code/anagram/dictionary/V4.txt => dictionary/v4.txt (100%) rename com/agnibho/code/anagram/dictionary/V5.txt => dictionary/v5.txt (100%) rename com/agnibho/code/anagram/dictionary/V6.txt => dictionary/v6.txt (100%) rename com/agnibho/code/anagram/dictionary/V7.txt => dictionary/v7.txt (100%) rename com/agnibho/code/anagram/dictionary/V8.txt => dictionary/v8.txt (100%) rename com/agnibho/code/anagram/dictionary/V9.txt => dictionary/v9.txt (100%) rename com/agnibho/code/anagram/dictionary/W1.txt => dictionary/w1.txt (100%) rename com/agnibho/code/anagram/dictionary/W10.txt => dictionary/w10.txt (100%) rename com/agnibho/code/anagram/dictionary/W11.txt => dictionary/w11.txt (100%) rename com/agnibho/code/anagram/dictionary/W12.txt => dictionary/w12.txt (100%) rename com/agnibho/code/anagram/dictionary/W13.txt => dictionary/w13.txt (100%) rename com/agnibho/code/anagram/dictionary/W14.txt => dictionary/w14.txt (100%) rename com/agnibho/code/anagram/dictionary/W15.txt => dictionary/w15.txt (100%) rename com/agnibho/code/anagram/dictionary/W16.txt => dictionary/w16.txt (100%) rename com/agnibho/code/anagram/dictionary/W17.txt => dictionary/w17.txt (100%) rename com/agnibho/code/anagram/dictionary/W2.txt => dictionary/w2.txt (100%) rename com/agnibho/code/anagram/dictionary/W3.txt => dictionary/w3.txt (100%) rename com/agnibho/code/anagram/dictionary/W4.txt => dictionary/w4.txt (100%) rename com/agnibho/code/anagram/dictionary/W5.txt => dictionary/w5.txt (100%) rename com/agnibho/code/anagram/dictionary/W6.txt => dictionary/w6.txt (100%) rename com/agnibho/code/anagram/dictionary/W7.txt => dictionary/w7.txt (100%) rename com/agnibho/code/anagram/dictionary/W8.txt => dictionary/w8.txt (100%) rename com/agnibho/code/anagram/dictionary/W9.txt => dictionary/w9.txt (100%) rename com/agnibho/code/anagram/dictionary/X1.txt => dictionary/x1.txt (100%) rename com/agnibho/code/anagram/dictionary/X10.txt => dictionary/x10.txt (100%) rename com/agnibho/code/anagram/dictionary/X11.txt => dictionary/x11.txt (100%) rename com/agnibho/code/anagram/dictionary/X12.txt => dictionary/x12.txt (100%) rename com/agnibho/code/anagram/dictionary/X13.txt => dictionary/x13.txt (100%) rename com/agnibho/code/anagram/dictionary/X14.txt => dictionary/x14.txt (100%) rename com/agnibho/code/anagram/dictionary/X15.txt => dictionary/x15.txt (100%) rename com/agnibho/code/anagram/dictionary/X16.txt => dictionary/x16.txt (100%) rename com/agnibho/code/anagram/dictionary/X2.txt => dictionary/x2.txt (100%) rename com/agnibho/code/anagram/dictionary/X4.txt => dictionary/x4.txt (100%) rename com/agnibho/code/anagram/dictionary/X5.txt => dictionary/x5.txt (100%) rename com/agnibho/code/anagram/dictionary/X6.txt => dictionary/x6.txt (100%) rename com/agnibho/code/anagram/dictionary/X7.txt => dictionary/x7.txt (100%) rename com/agnibho/code/anagram/dictionary/X8.txt => dictionary/x8.txt (100%) rename com/agnibho/code/anagram/dictionary/X9.txt => dictionary/x9.txt (100%) rename com/agnibho/code/anagram/dictionary/Y1.txt => dictionary/y1.txt (100%) rename com/agnibho/code/anagram/dictionary/Y10.txt => dictionary/y10.txt (100%) rename com/agnibho/code/anagram/dictionary/Y11.txt => dictionary/y11.txt (100%) rename com/agnibho/code/anagram/dictionary/Y12.txt => dictionary/y12.txt (100%) rename com/agnibho/code/anagram/dictionary/Y13.txt => dictionary/y13.txt (100%) rename com/agnibho/code/anagram/dictionary/Y14.txt => dictionary/y14.txt (100%) rename com/agnibho/code/anagram/dictionary/Y2.txt => dictionary/y2.txt (100%) rename com/agnibho/code/anagram/dictionary/Y3.txt => dictionary/y3.txt (100%) rename com/agnibho/code/anagram/dictionary/Y4.txt => dictionary/y4.txt (100%) rename com/agnibho/code/anagram/dictionary/Y5.txt => dictionary/y5.txt (100%) rename com/agnibho/code/anagram/dictionary/Y6.txt => dictionary/y6.txt (100%) rename com/agnibho/code/anagram/dictionary/Y7.txt => dictionary/y7.txt (100%) rename com/agnibho/code/anagram/dictionary/Y8.txt => dictionary/y8.txt (100%) rename com/agnibho/code/anagram/dictionary/Y9.txt => dictionary/y9.txt (100%) rename com/agnibho/code/anagram/dictionary/Z1.txt => dictionary/z1.txt (100%) rename com/agnibho/code/anagram/dictionary/Z10.txt => dictionary/z10.txt (100%) rename com/agnibho/code/anagram/dictionary/Z11.txt => dictionary/z11.txt (100%) rename com/agnibho/code/anagram/dictionary/Z12.txt => dictionary/z12.txt (100%) rename com/agnibho/code/anagram/dictionary/Z13.txt => dictionary/z13.txt (100%) rename com/agnibho/code/anagram/dictionary/Z14.txt => dictionary/z14.txt (100%) rename com/agnibho/code/anagram/dictionary/Z15.txt => dictionary/z15.txt (100%) rename com/agnibho/code/anagram/dictionary/Z16.txt => dictionary/z16.txt (100%) rename com/agnibho/code/anagram/dictionary/Z2.txt => dictionary/z2.txt (100%) rename com/agnibho/code/anagram/dictionary/Z3.txt => dictionary/z3.txt (100%) rename com/agnibho/code/anagram/dictionary/Z4.txt => dictionary/z4.txt (100%) rename com/agnibho/code/anagram/dictionary/Z5.txt => dictionary/z5.txt (100%) rename com/agnibho/code/anagram/dictionary/Z6.txt => dictionary/z6.txt (100%) rename com/agnibho/code/anagram/dictionary/Z7.txt => dictionary/z7.txt (100%) rename com/agnibho/code/anagram/dictionary/Z8.txt => dictionary/z8.txt (100%) rename com/agnibho/code/anagram/dictionary/Z9.txt => dictionary/z9.txt (100%) create mode 100644 find.hpp create mode 100644 help.hpp create mode 100644 makefile create mode 100644 palindrome.hpp create mode 100644 validity.hpp diff --git a/INSTALL.txt b/INSTALL.txt new file mode 100644 index 0000000..49b8eca --- /dev/null +++ b/INSTALL.txt @@ -0,0 +1,41 @@ + Installation instructions for Anagram + ===================================== + +What do you need +---------------- + +* A C++ compiler (recommended GNU C++ compiler) +* Qt Library + +(To follow the instructions below you will also need gnu make) + +Installation steps +------------------ + +(The following instructions assume that you are using GNU C++ compiler +along with the GNU make and you already have QT library installed) + +1. Untar the source tarball + tar -xvf anagram.tar.gz + +2. Change to the extracted directory + cd anagram + +3. Build the binaries + make + +4. Install the program + make install + +(The default makefile installs the binaries to the /usr/local/bin +directory and the dictionary files to the +/usr/local/share/anagram/dictionary +directory. To uninstall remove those directories.) + +Custom installation +------------------- + +To install Anagram to a custom location you will have to edit the +makefile. In addition to that you have to edit the find.hpp file in +the source directory prior to build. + sed -i find.hpp "s:/usr/local/share/anagram/dictionary:/your/custom/path:" diff --git a/LICENSE.TXT b/LICENSE.txt similarity index 100% rename from LICENSE.TXT rename to LICENSE.txt diff --git a/README.TXT b/README.TXT deleted file mode 100644 index d57680c..0000000 --- a/README.TXT +++ /dev/null @@ -1,40 +0,0 @@ -============= -Anagram 1.0.0 -============= - -General Usage Notes -------------------- --Anagram finds angram for a given word --Multiworded search may take a long time to complete and may be resource consuming --Grammatical filtering for multiworded search is not yet available --No installaion is required, just double click the downloaded .jar file to launch Anagram - -Program Notes -------------- --Anagram is programmed in Java SE 7 --The source code is available at https://github.com/agnibho/anagram - -Contact Information -------------------- -Agnibho Mondal -mail@agnibho.com -www.agnibho.com - -Copyright Information ---------------------- -Anagram- Find anagrams of a word -Copyright (C) 2013 Agnibho Mondal - -This file is part of Anagram. -Anagram is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -Anagram is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with Anagram. If not, see . \ No newline at end of file diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..8b209d0 --- /dev/null +++ b/README.txt @@ -0,0 +1,81 @@ + Anagram + ======= + +What is Anagram? +------------------- + +Anagram is a C++ application for finding anagrams of a given +word. Anagram has two modes- a cli mode for command line usage and a +gui mode for graphical interface. Both modes use separate binary +files. Anagram supports both single-word and multi-word anagrams, +although multi-word anagram searches may take a very long time. Apart +from anagram searching Anagram provides a few other functionalities +such as palindrome identification, dictionary checking etc. + +Anagram is written in C++ and needs to be compiled before use. + +Downloading +----------- + +Latest release of Anagram can be downloaded from +http://code.agnibho.com/anagram/ + +The source code is available at https://github.com/agnibho/anagram/ + +Installation +------------ + +Please see the file named INSTALL.txt for installation instructions. + +Usage +----- + +Anagram can be used from command line as well as through a graphical +interface. + +Enter 'anagram -h' in the command line to see a list of available +options and usage instructions. + +anagram [-hmpP] word [word2] + + The program finds the possible angrams of the 'word' from a dictionary. + If 'word2' is specified it compares 'word' and 'word2' to check if they are anagrams of each other. +Options: +-h Show this help +-m Find multiword anagrams +-p Checks if 'word' is a palindrome +-P Only checks if 'word' is a palindrome. Does not find angrams. + +Example: + anagram -p cat + + +To start the graphical interface launch the binary file named 'angramx'. + +Licensing +--------- + +Copyright (c) 2013-2015 Agnibho Mondal +All rights reserved + +This file is part of Anagram. + +Anagram is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Anagram is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with Anagram. If not, see . + +Contacts +-------- + +Agnibho Mondal +mail@agnibho.com +www.agnibho.com diff --git a/anagram b/anagram new file mode 100755 index 0000000000000000000000000000000000000000..1c3b4d6ae791a611a06fc15d57c8e26ec7c96c83 GIT binary patch literal 80320 zcmd443wV^p^#}as#!VyvQ4vsA1O$bcgm4j2Hjsr41V~9x6mSVifM{+e8*YN4N&K^h zC{<8vsZvW@>*a5}0b0Z$NbpjP7L_X1)Ka@KsA)@)S~TD9oH_IE>}Fr|`#;b3Jl`rg zJHK=0%$YN1&dfXSySuk}vZuwy#8~Ow*17qOrrFYfrn=rwP><~Vv9BZ%yu74%$++~( zOA1Gq6qi-68og@5xY6U%ldH;;)7XBJBi~J*J&$W>f4EShw)^8BjV19()P=;m8vm#sxi;z7N%0rO^voo$u1|@-huE$uz^ z-S0cTKK93<9}kT`@ykB7=YM|DcgK5<@VuX$w*Q-c{U7W-HU6_tpX>c;+!L#_ZrXur zQD2K-biXK^?Jy)7ev5*6|62$7=N#~h9q^qF`l}qqCD{S5chG;-!OuJ4&uIR4JNWZ*2Yi8p zJ$E?hKjMIY=-`JY2m2>E$d7Zdr`5s!nGX7gIOreXAm8Yae}3jLE^Q9_`#9J?-a${S zgFQ(O`nx&!;cLkEwFX*?cP_>VSr+w^UQY?We%E3yCkcMF*qJiO&A9&40zV9~&a}4P zsBpb~DTV;y-Mk9-N`+$4(=kxt0$X*uU$P(4_

hxJ`7{!K3~W>IvLU!&nS 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. + **********************************************************************/ +/* + *The Command Line Interface for Anagram + */ + +#include //For console output +#include //For string variables +#include //For getopt +#include //For transform, sort +#include //For vector data +#include "validity.hpp" //For is_valid +#include "palindrome.hpp" //For is_palindrome +#include "check.hpp" //For is_anagram +#include "find.hpp" //For find_anagram +#include "help.hpp" //For show_help + +using namespace std; + +int main(int argc, char** argv){ + + //State variables + bool multi=false; //For multi-word + bool compare=false; //Check if two words are anagrams of each other + bool dict=false; //Check if the word is in the dictionary + int palindrome=0; //Values: 0=>don't check palindrome, 1=> check palindrome along with anagram, 2=> check palindrome only + + //Check command line options + int c=0; + while((c=getopt(argc, argv, "dhmpP"))!=-1){ + switch(c){ + case 'd': //Check dictionary + dict=true; + break; + case 'h': //Show help + show_help(); + return 0; + case 'm': //Allow multi-line + multi=true; + break; + case 'p': //Check palindrome + palindrome=1; + break; + case 'P': //Check palindrome only + palindrome=2; + break; + } + } + + string word; //The string to find anagrams for + string against; //The string to check if the word is a anagram of it + //First non-option argument + if(argv[optind]!=NULL){ //Set the first non-option argument as word + word=argv[optind]; + //Optional second argument + if(argv[optind+1]!=NULL){ //Set the second non-option argument as against + against=argv[optind+1]; + compare=true; + } + } + else{ //If no non-option argument present read from stdin + cerr<<"Enter word:"< anagram_list; //Container for anagrams + if(multi){ //Multi-word anagram + anagram_list=find_anagram_multiword(word); //Finds anagrams + } + else{ //Single-word anagram + anagram_list=find_anagram(word); //Finds anagrams + } + //Check the word itself from the anagram list + { + vector::iterator i=find(anagram_list.begin(), anagram_list.end(), word); + if(i==anagram_list.end()){ //If the word itself is not in the anagram list + if(dict){ + cout<0){ + if(anagram_list.size()>1){ //If more than one anagrams + cerr<jST4cm1w8>VVGR+z%;WKBrURu>u$RTyeeAG>x!*5`h*^`(NHy$ZFV zWqE|aaX9FXi zO<>KC|6M4)04?t?ff8OH->n3W@6MJB8y?X1+0ZUG7v)s@RJpJEKV1u4R93oVLe@oP zB^Q>JR@AP(aP_1K7f#3;Q&Tx+tk_SvBz!Nwa=w&s{h``72vqhZ`QIP^&bh}=9{t|D zM?dzT^Pl2PPhG$J!s*}@<4eEL^n%uuq+zMaCt1n2ri`?P-km+_JnN`6X&M3{JM|3f zwtGCMoIB!SpJ!ltu6NLDrN78&@OZ4n!%o?fmo#F*6Lo&55Pc=Qz-Orf)^fm7eSJOP z3VbW@t;Dwq-)emMslm4v-<9~T!gme6v7ehjSZfe(!S${9HsITc@9p^7pY^y1+6dqs z`nm~l1HR4p-i7bo_}+u>z4-F83E$0f<^K0WT>c2(ALIKFzCXeD5quxV_X&KT#CHq6 z&*1wUz9&yBm~rN35B=?uwoTjj-1UPo>sr6p;eYkZ5vBjr`q%KQPkdUv^^EUMo0WNb z(>d?$%m4kyfBW}uN=6S)`TXH?pB#17qp$z!v)%>w{^65TUwomtWz@F*AAazQ!{`2L z;-&RJy6NM0J~{oCC%4`G!Ibo0Z*Tte^v?hEe6q^h|I6p^d*J)0ebDcx)kRys^gO)V zs{GeIQy+ihkrmr+eQ$K#s_*ZZ7@VAU@-lx{Wz9#|{HF4?);TX9nDpe#&4agpyyEg7 zoWDLdJ#+SDcmMX;oZ3H5zHZfp@4miz)`}Odxp~=`Y2J5_4s6(0`tRB?-@fkW-&!UZFA?1F=%*p@VYXlL0**d}BWkCur|* zR2r||za+48WrDa$O`zxRFeILSUjjX6B%uEwfj>V_Q16Na<0~nFA0i3bdwv3YW+bp@ zT7vkzK0#b9Phiie1oryMN@^>fj|MdyC1}?>3F@7Zpnta{h=)HU@bk?H^qi5P zzy6Y-UB69G?|}qya#w=(dJ@RrpTM4H6WG5ef&TmiaUM)y|I7sRUnlVAwgmDU6Ubkj zz@OJAu>Thc{PSD_{bLg7FH4ZG3J0iso1UE=l?@)oLLZ@PRZWeipRVZ{)1&FDPF3

ud7(GW%Q}m3SX!+N)d{2x$7wCGen0lYo?X_k` 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 literal 0 HcmV?d00001 diff --git a/anagramx.cpp b/anagramx.cpp new file mode 100644 index 0000000..22bc307 --- /dev/null +++ b/anagramx.cpp @@ -0,0 +1,181 @@ +/********************************************************************** + * Title: Anagram + * Description: Application for finding anagrams of a word + * Author: Agnibho Mondal + * Website: http://code.agnibho.com/anagram + ********************************************************************** + Copyright (c) 2013-2015 Agnibho Mondal + All rights reserved + ********************************************************************** + This file is part of Anagram. + + Anagram is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Anagram is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Anagram. If not, see . + **********************************************************************/ +/* + * The Graphical User Interface for Anagram + */ + +#include //For string +#include //For string vector +#include //For find + +//For Qt Objects +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "validity.hpp" //For is_valid +#include "find.hpp" //To find anagrams + +using namespace std; + +//Defines the AnagramX class +class AnagramX : public QWidget{ +public: + AnagramX(QWidget *parent=0); +private slots: + void findAnagrams(); //Launches the finder thread + void showOutput(); //Displays the output + void clearAll(); //Clears the text entry and output + void showAbout(); //Shows an About messagebox +private: + QLineEdit *entry; //Text input + QCheckBox *multi; //Multi-word checkbox + QTextEdit *result; //Program output +}; + +//Implements the AnagramX class +AnagramX::AnagramX(QWidget *parent) + :QWidget(parent){ + + QLabel *label = new QLabel("Anagram Finder", this); //The top label with formatted and centered text + label->setFont(QFont("FreeSerif", 20)); + label->setAlignment(Qt::AlignCenter); + + entry = new QLineEdit(this); //The text input line + connect(entry, &QLineEdit::returnPressed, this, &AnagramX::findAnagrams); + + QPushButton *find = new QPushButton("Find", this); //Button to trigger anagram search + find->setAutoDefault(true); + connect(find, &QPushButton::clicked, this, &AnagramX::findAnagrams); + + QPushButton *clear = new QPushButton("Clear", this); //Button to clear input and output + clear->setAutoDefault(true); + connect(clear, &QPushButton::clicked, this, &AnagramX::clearAll); + + QPushButton *about = new QPushButton("About", this); //Button to show an About message box + about->setAutoDefault(true); + connect(about, &QPushButton::clicked, this, &AnagramX::showAbout); + + multi = new QCheckBox("Allow multiple words", this); //The multi-word checkbox + + result = new QTextEdit(this); //The anagram output area + result->setReadOnly(true); + + QScrollArea *scroll = new QScrollArea(this); //Wraps the output in a scrollable area + scroll->setWidget(result); + scroll->setWidgetResizable(true); + + QGridLayout *grid = new QGridLayout(this); //Organizes the other widgets in a grid + grid->addWidget(label, 0, 0, 1, 3); + grid->addWidget(entry, 1, 0, 1, 3); + grid->addWidget(find, 2, 0, 1, 1); + grid->addWidget(clear, 2, 1, 1, 1); + grid->addWidget(about, 2, 2, 1, 1); + grid->addWidget(multi, 3, 0, 1, 3); + grid->addWidget(scroll, 4, 0, 1, 3); +} + +//Finds the anagrams and launches the anagram finder thread +void AnagramX::findAnagrams(){ + //Define variables + bool flag; //Holds multi-word checkbox state + string word; //Holds the word + word=AnagramX::entry->text().toStdString(); //Collects the input + flag=AnagramX::multi->isChecked(); //Checks if multi-word allowed + vector anagram_list; //Recieves the found anagrams + string plain_list=""; //Anagrams in a plain string form + if(is_valid(word, flag)){ //If the input is valid find anagrams + if(flag){ + anagram_list=find_anagram_multiword(word); //Thread to find the multi-word anagrams of the word + } + else{ + anagram_list=find_anagram(word); //Thread to find the single-word anagrams of the word + } + if(!anagram_list.empty()){ //If anagram_list is NOT empty + { //Remove the word itself from the anagram list if present + vector::iterator i=std::find(anagram_list.begin(), anagram_list.end(), word); + if(i!=anagram_list.end()){ + anagram_list.erase(i); + } + else{ + plain_list+=word+": The word is not present in the dictionary\n"; + } + } + } + //Display Output + if(anagram_list.size()>1){ //Initializes plain_list with plural + plain_list+=word+": The following "+to_string(anagram_list.size())+" anagrams were found\n\n"; + } + else if(anagram_list.size()>0){ //Initializes plain_list with singular + plain_list+=word+": The following anagram was found\n\n"; + } + else{ //No anagram found + plain_list+=word+": No anagram was found\n"; + } + for(string i : anagram_list){ //Converts the vector to newline separated strings + plain_list+=i+"\n"; + } + AnagramX::result->setText(QString::fromStdString(plain_list)); //Outputs the anagram strings + } + else{ //If input invalid show error + QMessageBox::warning(this, "Error", "The entered word is not valid"); + return; + } +} + +//Clears input and output +void AnagramX::clearAll(){ + AnagramX::entry->setText(""); + AnagramX::result->setText(""); +} + +//Shows an About message +void AnagramX::showAbout(){ + QMessageBox::information(this, "About", "

Anagram 2.0

" + "

Copyright © 2013-2015 Agnibho Mondal

" + "http://code.agnibho.com/anagram"); +} + + +//Start execution +int main(int argc, char *argv[]){ + + QApplication app(argc, argv); //Qt Application object + AnagramX window; //Instance of AnagramX, creates the main window + + window.resize(450, 450); //Set window size + window.setWindowTitle("Anagram"); //Set window title + window.show(); //Displays the window + + return app.exec(); //Enters the main execution loop +} diff --git a/check.hpp b/check.hpp new file mode 100644 index 0000000..6aef4e8 --- /dev/null +++ b/check.hpp @@ -0,0 +1,48 @@ +/********************************************************************** + * Title: Anagram + * Description: Application for finding anagrams of a word + * Author: Agnibho Mondal + * Website: http://code.agnibho.com/anagram + ********************************************************************** + Copyright (c) 2013-2015 Agnibho Mondal + All rights reserved + ********************************************************************** + This file is part of Anagram. + + Anagram is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Anagram is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Anagram. If not, see . + **********************************************************************/ +#ifndef CHECK +#define CHECK + +/* + * Provides a function for checking if two words are anagrams of each other. + */ + +#include //For string +#include //For sort + +bool is_anagram(std::string str_1, std::string str_2){ //Compares two strings to check if they are anagrams. + str_1.erase(remove_if(str_1.begin(), str_1.end(), ::isspace), str_1.end()); //Remove spaces from first string + str_2.erase(remove_if(str_2.begin(), str_2.end(), ::isspace), str_2.end()); //Remove spaces from second string + std::sort(str_1.begin(), str_1.end()); //Sort first string + std::sort(str_2.begin(), str_2.end()); //Sort second string + if(str_1.compare(str_2)==0){ //If comparison returns 0 i.e. sorted strings are equal, return true. + return true; + } + else{ //If sorted strings are not equal return false. + return false; + } +} + +#endif //CHECK diff --git a/com/agnibho/code/anagram/CheckAnagram.java b/com/agnibho/code/anagram/CheckAnagram.java deleted file mode 100644 index 7de5a59..0000000 --- a/com/agnibho/code/anagram/CheckAnagram.java +++ /dev/null @@ -1,232 +0,0 @@ -/* - Anagram- Find anagrams of a word - Copyright (C) 2013 Agnibho Mondal - - This file is part of Anagram. - - Anagram is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - Anagram is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with Anagram. If not, see . -*/ -package com.agnibho.code.anagram; - -import javax.swing.SwingWorker; - -/** - * - * @author SPARK - */ -public class CheckAnagram extends SwingWorker { - private String input; - private String result; - private IsAnagram isAnagram= new IsAnagram(); - private java.util.Scanner read=null; - private boolean inDict; - private boolean isMulti; - - private double total=0; //Progress calculation - private double done=0; - private double progress=0; - - CheckAnagram(String in, boolean multi){ - input=in; - isMulti=multi; - } - - @Override - public String doInBackground() throws InterruptedException{ - result=""; - if(!isMulti) singleWord(); - else multiWord(); - return result; - } - - public boolean isWord(){ - return inDict; - } - - private void singleWord(){ //[Finds Anagrams for single word search] - String letters=""; - String filename; - String matched; - inDict=false; - for(int i=0; i=(list.length-1))&&(count>0)){ - count--; - } - i=index[count]; - } - - if(Thread.interrupted()) - throw new InterruptedException(); - - if(index.length<3) //Progress calculation - done=index[0]; - else - done=(index[0]*java.lang.Math.pow(list.length, 2)+index[1]*java.lang.Math.pow(list.length, 1)+index[2]*java.lang.Math.pow(list.length, 0)); - if(calcProgress()>progress){ - progress=calcProgress(); - publish(progress); - } - - } - publish((double)100); - return qualified; - } - - private double calcProgress(){ //[Calculates the progress] - return (double)(done*100)/total; - } -} diff --git a/com/agnibho/code/anagram/IsAnagram.java b/com/agnibho/code/anagram/IsAnagram.java deleted file mode 100644 index f7c11b6..0000000 --- a/com/agnibho/code/anagram/IsAnagram.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - Anagram- Find anagrams of a word - Copyright (C) 2013 Agnibho Mondal - - This file is part of Anagram. - - Anagram is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - Anagram is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with Anagram. If not, see . -*/ -package com.agnibho.code.anagram; - -/** - * - * @author SPARK - */ -public class IsAnagram { - private char[] input; - private char[] reference; - private boolean checked; - - IsAnagram(){ - } - - public boolean check(String in, String ref){ - in=in.replaceAll("\\s", ""); - ref=ref.replaceAll("\\s", ""); - input=in.toLowerCase().toCharArray(); - reference=ref.toLowerCase().toCharArray(); - java.util.Arrays.sort(input); - java.util.Arrays.sort(reference); - if(java.util.Arrays.equals(input, reference)) checked=true; - else checked=false; - return checked; - } -} diff --git a/com/agnibho/code/anagram/IsPalindrome.java b/com/agnibho/code/anagram/IsPalindrome.java deleted file mode 100644 index 65a7d59..0000000 --- a/com/agnibho/code/anagram/IsPalindrome.java +++ /dev/null @@ -1,41 +0,0 @@ -/* - Anagram- Find anagrams of a word - Copyright (C) 2013 Agnibho Mondal - - This file is part of Anagram. - - Anagram is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - Anagram is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with Anagram. If not, see . -*/ -package com.agnibho.code.anagram; - -/** - * - * @author SPARK - */ -public class IsPalindrome { - boolean flag; - - IsPalindrome(){ - } - - public boolean check(String input){ - java.lang.StringBuilder reverse; - input=input.toLowerCase(); - reverse=new java.lang.StringBuilder(input); - reverse=reverse.reverse(); - if(input.equals(reverse.toString())) flag=true; - else flag=false; - return flag; - } -} diff --git a/com/agnibho/code/anagram/IsValid.java b/com/agnibho/code/anagram/IsValid.java deleted file mode 100644 index f140775..0000000 --- a/com/agnibho/code/anagram/IsValid.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - Anagram- Find anagrams of a word - Copyright (C) 2013 Agnibho Mondal - - This file is part of Anagram. - - Anagram is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - Anagram is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with Anagram. If not, see . -*/ -package com.agnibho.code.anagram; - -/** - * - * @author SPARK - */ -public class IsValid { - private boolean isValid=true; - - IsValid(){ - } - - public boolean isValid(String in, boolean isMulti){ - if(isMulti){ - for(int i=0; i=65&&in.charAt(i)<=90)||(in.charAt(i)>=97&&in.charAt(i)<=122)||in.charAt(i)==' ')){ - isValid=false; - } - } - } - else{ - for(int i=0; i=65&&in.charAt(i)<=90)||(in.charAt(i)>=97&&in.charAt(i)<=122))){ - isValid=false; - } - } - } - return isValid; - } -} diff --git a/com/agnibho/code/anagram/LICENSE.TXT b/com/agnibho/code/anagram/LICENSE.TXT deleted file mode 100644 index 94a9ed0..0000000 --- a/com/agnibho/code/anagram/LICENSE.TXT +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/com/agnibho/code/anagram/UI.java b/com/agnibho/code/anagram/UI.java deleted file mode 100644 index 742c623..0000000 --- a/com/agnibho/code/anagram/UI.java +++ /dev/null @@ -1,252 +0,0 @@ -/* - Anagram- Find anagrams of a word - Copyright (C) 2013 Agnibho Mondal - - This file is part of Anagram. - - Anagram is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - Anagram is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with Anagram. If not, see . -*/ -package com.agnibho.code.anagram; - -import java.awt.*; - -import javax.swing.*; - -import java.awt.event.ActionEvent; -import java.awt.event.ActionListener; -import java.util.List; -import java.util.concurrent.ExecutionException; - -/** - * - * @author SPARK - */ -@SuppressWarnings("serial") -public class UI extends JFrame implements ActionListener { - - String in; - String out; - String formatted; - int count; - - CheckAnagram checker; - - public JLabel heading; - public JTextField input; - public JLabel wordInfo; - public JProgressBar progressBar; - public JButton help; - public JButton find; - public JButton cancel; - public JRadioButton single, multi; - public ButtonGroup buttons; - public JEditorPane output; - - GroupLayout layout; - - public UI(){ - heading=new JLabel("Anagram Finder", JLabel.CENTER); - heading.setFont(new java.awt.Font(null, 0, 24)); - - input=new JTextField(30); - input.setActionCommand("entry"); - - wordInfo=new JLabel(); - - progressBar=new JProgressBar(0, 100); - progressBar.setValue(0); - progressBar.setStringPainted(true); - - help=new JButton("Help"); - help.setActionCommand("help"); - - find=new JButton("Find"); - find.setActionCommand("entry"); - - cancel=new JButton("Cancel"); - cancel.setActionCommand("cancel"); - - single=new JRadioButton("Single Word"); - multi=new JRadioButton("Multi Word"); - buttons=new ButtonGroup(); - buttons.add(single); - buttons.add(multi); - single.setSelected(true); - - output=new JEditorPane(); - output.setEditable(false); - output.setContentType("text/html"); - JScrollPane scroll=new JScrollPane(output); - scroll.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED); - scroll.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED); - scroll.setPreferredSize(new Dimension(600, 200)); - scroll.setMinimumSize(new Dimension(600, 200)); - - input.addActionListener(this); - find.addActionListener(this); - cancel.addActionListener(this); - help.addActionListener(this); - - layout=new GroupLayout(getContentPane()); - getContentPane().setLayout(layout); - layout.setAutoCreateGaps(true); - layout.setAutoCreateContainerGaps(true); - layout.setVerticalGroup( - layout.createSequentialGroup() - .addPreferredGap(LayoutStyle.ComponentPlacement.RELATED, GroupLayout.DEFAULT_SIZE, GroupLayout.DEFAULT_SIZE) - .addComponent(heading, 0, GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) - .addPreferredGap(LayoutStyle.ComponentPlacement.RELATED, GroupLayout.DEFAULT_SIZE, GroupLayout.DEFAULT_SIZE) - .addGroup(layout.createParallelGroup(GroupLayout.Alignment.CENTER) - .addComponent(input, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE) - .addComponent(find) - .addComponent(help)) - .addGroup(layout.createParallelGroup(GroupLayout.Alignment.CENTER) - .addComponent(single) - .addComponent(multi) - .addComponent(wordInfo)) - .addComponent(scroll) - .addPreferredGap(LayoutStyle.ComponentPlacement.RELATED, GroupLayout.DEFAULT_SIZE, 50) - ); - layout.setHorizontalGroup( - layout.createParallelGroup() - .addComponent(heading, 0, GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) - .addGroup(layout.createSequentialGroup() - .addComponent(input) - .addComponent(find) - .addComponent(help)) - .addGroup(layout.createSequentialGroup() - .addComponent(single) - .addComponent(multi) - .addComponent(wordInfo)) - .addComponent(scroll, 0, GroupLayout.PREFERRED_SIZE, Short.MAX_VALUE) - ); - layout.linkSize(SwingConstants.HORIZONTAL, find, help); - layout.linkSize(SwingConstants.HORIZONTAL, single, multi); - - setTitle("Anagram Finder"); - pack(); - setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE); - setSize(600, 400); - setLocationRelativeTo(null); - setResizable(false); - } - - @Override - public void actionPerformed(ActionEvent ae){ - if(ae.getActionCommand().equals("entry")){ - in=input.getText(); - if(!in.isEmpty()){ - if(new IsValid().isValid(in, multi.isSelected())){ - formatted=""; - input.setEnabled(false); - find.setEnabled(false); - wordInfo.setText(""); - layout.replace(find, cancel); - layout.replace(wordInfo, progressBar); - progressBar.setIndeterminate(false); - output.setText("

Search in progress...

Please wait...

"); - checker=new CheckAnagram(in, multi.isSelected()){ - @Override - public void process(List progressValues){ - double progressValue=progressValues.get(progressValues.size()-1); - if(progressValue<100) - progressBar.setValue((int)progressValue); - else{ - progressBar.setIndeterminate(true); - output.setText("

Search Complete

Formatting the Results...

"); - } - } - @Override - public void done(){ - try { - out=get(); - if(out==null) - formatted=formatted+"

No match found

"; - else{ - formatted=""; - count=0; - for(int i=0; i"; - count++; - } - else - formatted=formatted+out.charAt(i); - } - formatted=formatted+"

"+count+" matches found for
"+in+"

"; - } - if(new IsPalindrome().check(in)) - JOptionPane.showMessageDialog(null, "The word you entered is a palindrome", "Palindrome", JOptionPane.PLAIN_MESSAGE); - if(single.isSelected()&&!checker.isWord()) - wordInfo.setText("The word you entered does not exist in the Dictionary"); - } catch (java.util.concurrent.CancellationException e) { - formatted="

Search cancelled

"; - } catch (InterruptedException e) { - formatted="

"+e.toString()+"

"; - } catch (ExecutionException e) { - formatted="

"+e.toString()+"

"; - } - output.setText(formatted); - output.setCaretPosition(0); - input.setEnabled(true); - find.setEnabled(true); - layout.replace(cancel, find); - layout.replace(progressBar, wordInfo); - } - }; - checker.execute(); - } - else - output.setText("

Invalid entry

"); - }else - output.setText("

Enter a word first

"); - } - if(ae.getActionCommand().equals("help")) - JOptionPane.showMessageDialog(getContentPane(), "" - + "

Enter a word in the provided field, choose singleword or multiword mode and click the search button to find its anagrams.

" - + "

The search results are dependent on the attached dictionary. The software is using UKACD for the word list.

" - + "

Grammatical filtering of the multi-worded search results is not avaiable." - + "

Warning: Multi-worded searches may take long time.

" - + "
" - + "Developed by:
" - + "Agnibho Mondal
" - +"http://code.agnibho.com/" - +"
" - +"Anagram Copyright (C) 2013 Agnibho Mondal
" - +"This program comes with ABSOLUTELY NO WARRANTY
" - +"This is free software, and you are welcome to redistribute it under certain conditions" - +"", "Anagram Finder Help", JOptionPane.PLAIN_MESSAGE); - if(ae.getActionCommand().equals("cancel")) - checker.cancel(true); - } - - - - /** - * @param args the command line arguments - */ - public static void main(String[] args) { - SwingUtilities.invokeLater(new Runnable(){ - public void run(){ - try{ - UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); - } - catch (Exception ex){ - ex.printStackTrace(); - } - new UI().setVisible(true); - } - }); - } -} diff --git a/com/agnibho/code/anagram/dictionary/A1.txt b/dictionary/a1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A1.txt rename to dictionary/a1.txt diff --git a/com/agnibho/code/anagram/dictionary/A10.txt b/dictionary/a10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A10.txt rename to dictionary/a10.txt diff --git a/com/agnibho/code/anagram/dictionary/A11.txt b/dictionary/a11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A11.txt rename to dictionary/a11.txt diff --git a/com/agnibho/code/anagram/dictionary/A12.txt b/dictionary/a12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A12.txt rename to dictionary/a12.txt diff --git a/com/agnibho/code/anagram/dictionary/A13.txt b/dictionary/a13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A13.txt rename to dictionary/a13.txt diff --git a/com/agnibho/code/anagram/dictionary/A14.txt b/dictionary/a14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A14.txt rename to dictionary/a14.txt diff --git a/com/agnibho/code/anagram/dictionary/A15.txt b/dictionary/a15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A15.txt rename to dictionary/a15.txt diff --git a/com/agnibho/code/anagram/dictionary/A16.txt b/dictionary/a16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A16.txt rename to dictionary/a16.txt diff --git a/com/agnibho/code/anagram/dictionary/A17.txt b/dictionary/a17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A17.txt rename to dictionary/a17.txt diff --git a/com/agnibho/code/anagram/dictionary/A18.txt b/dictionary/a18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A18.txt rename to dictionary/a18.txt diff --git a/com/agnibho/code/anagram/dictionary/A19.txt b/dictionary/a19.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A19.txt rename to dictionary/a19.txt diff --git a/com/agnibho/code/anagram/dictionary/A2.txt b/dictionary/a2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A2.txt rename to dictionary/a2.txt diff --git a/com/agnibho/code/anagram/dictionary/A20.txt b/dictionary/a20.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A20.txt rename to dictionary/a20.txt diff --git a/com/agnibho/code/anagram/dictionary/A24.txt b/dictionary/a24.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A24.txt rename to dictionary/a24.txt diff --git a/com/agnibho/code/anagram/dictionary/A25.txt b/dictionary/a25.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A25.txt rename to dictionary/a25.txt diff --git a/com/agnibho/code/anagram/dictionary/A28.txt b/dictionary/a28.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A28.txt rename to dictionary/a28.txt diff --git a/com/agnibho/code/anagram/dictionary/A3.txt b/dictionary/a3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A3.txt rename to dictionary/a3.txt diff --git a/com/agnibho/code/anagram/dictionary/A4.txt b/dictionary/a4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A4.txt rename to dictionary/a4.txt diff --git a/com/agnibho/code/anagram/dictionary/A5.txt b/dictionary/a5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A5.txt rename to dictionary/a5.txt diff --git a/com/agnibho/code/anagram/dictionary/A6.txt b/dictionary/a6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A6.txt rename to dictionary/a6.txt diff --git a/com/agnibho/code/anagram/dictionary/A7.txt b/dictionary/a7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A7.txt rename to dictionary/a7.txt diff --git a/com/agnibho/code/anagram/dictionary/A8.txt b/dictionary/a8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A8.txt rename to dictionary/a8.txt diff --git a/com/agnibho/code/anagram/dictionary/A9.txt b/dictionary/a9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/A9.txt rename to dictionary/a9.txt diff --git a/com/agnibho/code/anagram/dictionary/B1.txt b/dictionary/b1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B1.txt rename to dictionary/b1.txt diff --git a/com/agnibho/code/anagram/dictionary/B10.txt b/dictionary/b10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B10.txt rename to dictionary/b10.txt diff --git a/com/agnibho/code/anagram/dictionary/B11.txt b/dictionary/b11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B11.txt rename to dictionary/b11.txt diff --git a/com/agnibho/code/anagram/dictionary/B12.txt b/dictionary/b12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B12.txt rename to dictionary/b12.txt diff --git a/com/agnibho/code/anagram/dictionary/B13.txt b/dictionary/b13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B13.txt rename to dictionary/b13.txt diff --git a/com/agnibho/code/anagram/dictionary/B14.txt b/dictionary/b14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B14.txt rename to dictionary/b14.txt diff --git a/com/agnibho/code/anagram/dictionary/B15.txt b/dictionary/b15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B15.txt rename to dictionary/b15.txt diff --git a/com/agnibho/code/anagram/dictionary/B16.txt b/dictionary/b16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B16.txt rename to dictionary/b16.txt diff --git a/com/agnibho/code/anagram/dictionary/B17.txt b/dictionary/b17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B17.txt rename to dictionary/b17.txt diff --git a/com/agnibho/code/anagram/dictionary/B18.txt b/dictionary/b18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B18.txt rename to dictionary/b18.txt diff --git a/com/agnibho/code/anagram/dictionary/B19.txt b/dictionary/b19.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B19.txt rename to dictionary/b19.txt diff --git a/com/agnibho/code/anagram/dictionary/B2.txt b/dictionary/b2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B2.txt rename to dictionary/b2.txt diff --git a/com/agnibho/code/anagram/dictionary/B20.txt b/dictionary/b20.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B20.txt rename to dictionary/b20.txt diff --git a/com/agnibho/code/anagram/dictionary/B3.txt b/dictionary/b3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B3.txt rename to dictionary/b3.txt diff --git a/com/agnibho/code/anagram/dictionary/B4.txt b/dictionary/b4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B4.txt rename to dictionary/b4.txt diff --git a/com/agnibho/code/anagram/dictionary/B5.txt b/dictionary/b5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B5.txt rename to dictionary/b5.txt diff --git a/com/agnibho/code/anagram/dictionary/B6.txt b/dictionary/b6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B6.txt rename to dictionary/b6.txt diff --git a/com/agnibho/code/anagram/dictionary/B7.txt b/dictionary/b7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B7.txt rename to dictionary/b7.txt diff --git a/com/agnibho/code/anagram/dictionary/B8.txt b/dictionary/b8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B8.txt rename to dictionary/b8.txt diff --git a/com/agnibho/code/anagram/dictionary/B9.txt b/dictionary/b9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/B9.txt rename to dictionary/b9.txt diff --git a/com/agnibho/code/anagram/dictionary/C1.txt b/dictionary/c1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C1.txt rename to dictionary/c1.txt diff --git a/com/agnibho/code/anagram/dictionary/C10.txt b/dictionary/c10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C10.txt rename to dictionary/c10.txt diff --git a/com/agnibho/code/anagram/dictionary/C11.txt b/dictionary/c11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C11.txt rename to dictionary/c11.txt diff --git a/com/agnibho/code/anagram/dictionary/C12.txt b/dictionary/c12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C12.txt rename to dictionary/c12.txt diff --git a/com/agnibho/code/anagram/dictionary/C13.txt b/dictionary/c13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C13.txt rename to dictionary/c13.txt diff --git a/com/agnibho/code/anagram/dictionary/C14.txt b/dictionary/c14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C14.txt rename to dictionary/c14.txt diff --git a/com/agnibho/code/anagram/dictionary/C15.txt b/dictionary/c15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C15.txt rename to dictionary/c15.txt diff --git a/com/agnibho/code/anagram/dictionary/C16.txt b/dictionary/c16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C16.txt rename to dictionary/c16.txt diff --git a/com/agnibho/code/anagram/dictionary/C17.txt b/dictionary/c17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C17.txt rename to dictionary/c17.txt diff --git a/com/agnibho/code/anagram/dictionary/C18.txt b/dictionary/c18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C18.txt rename to dictionary/c18.txt diff --git a/com/agnibho/code/anagram/dictionary/C19.txt b/dictionary/c19.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C19.txt rename to dictionary/c19.txt diff --git a/com/agnibho/code/anagram/dictionary/C2.txt b/dictionary/c2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C2.txt rename to dictionary/c2.txt diff --git a/com/agnibho/code/anagram/dictionary/C20.txt b/dictionary/c20.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C20.txt rename to dictionary/c20.txt diff --git a/com/agnibho/code/anagram/dictionary/C21.txt b/dictionary/c21.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C21.txt rename to dictionary/c21.txt diff --git a/com/agnibho/code/anagram/dictionary/C3.txt b/dictionary/c3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C3.txt rename to dictionary/c3.txt diff --git a/com/agnibho/code/anagram/dictionary/C4.txt b/dictionary/c4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C4.txt rename to dictionary/c4.txt diff --git a/com/agnibho/code/anagram/dictionary/C5.txt b/dictionary/c5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C5.txt rename to dictionary/c5.txt diff --git a/com/agnibho/code/anagram/dictionary/C6.txt b/dictionary/c6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C6.txt rename to dictionary/c6.txt diff --git a/com/agnibho/code/anagram/dictionary/C7.txt b/dictionary/c7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C7.txt rename to dictionary/c7.txt diff --git a/com/agnibho/code/anagram/dictionary/C8.txt b/dictionary/c8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C8.txt rename to dictionary/c8.txt diff --git a/com/agnibho/code/anagram/dictionary/C9.txt b/dictionary/c9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/C9.txt rename to dictionary/c9.txt diff --git a/com/agnibho/code/anagram/dictionary/D1.txt b/dictionary/d1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D1.txt rename to dictionary/d1.txt diff --git a/com/agnibho/code/anagram/dictionary/D10.txt b/dictionary/d10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D10.txt rename to dictionary/d10.txt diff --git a/com/agnibho/code/anagram/dictionary/D11.txt b/dictionary/d11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D11.txt rename to dictionary/d11.txt diff --git a/com/agnibho/code/anagram/dictionary/D12.txt b/dictionary/d12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D12.txt rename to dictionary/d12.txt diff --git a/com/agnibho/code/anagram/dictionary/D13.txt b/dictionary/d13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D13.txt rename to dictionary/d13.txt diff --git a/com/agnibho/code/anagram/dictionary/D14.txt b/dictionary/d14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D14.txt rename to dictionary/d14.txt diff --git a/com/agnibho/code/anagram/dictionary/D15.txt b/dictionary/d15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D15.txt rename to dictionary/d15.txt diff --git a/com/agnibho/code/anagram/dictionary/D16.txt b/dictionary/d16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D16.txt rename to dictionary/d16.txt diff --git a/com/agnibho/code/anagram/dictionary/D17.txt b/dictionary/d17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D17.txt rename to dictionary/d17.txt diff --git a/com/agnibho/code/anagram/dictionary/D18.txt b/dictionary/d18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D18.txt rename to dictionary/d18.txt diff --git a/com/agnibho/code/anagram/dictionary/D19.txt b/dictionary/d19.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D19.txt rename to dictionary/d19.txt diff --git a/com/agnibho/code/anagram/dictionary/D2.txt b/dictionary/d2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D2.txt rename to dictionary/d2.txt diff --git a/com/agnibho/code/anagram/dictionary/D20.txt b/dictionary/d20.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D20.txt rename to dictionary/d20.txt diff --git a/com/agnibho/code/anagram/dictionary/D21.txt b/dictionary/d21.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D21.txt rename to dictionary/d21.txt diff --git a/com/agnibho/code/anagram/dictionary/D3.txt b/dictionary/d3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D3.txt rename to dictionary/d3.txt diff --git a/com/agnibho/code/anagram/dictionary/D31.txt b/dictionary/d31.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D31.txt rename to dictionary/d31.txt diff --git a/com/agnibho/code/anagram/dictionary/D4.txt b/dictionary/d4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D4.txt rename to dictionary/d4.txt diff --git a/com/agnibho/code/anagram/dictionary/D5.txt b/dictionary/d5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D5.txt rename to dictionary/d5.txt diff --git a/com/agnibho/code/anagram/dictionary/D6.txt b/dictionary/d6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D6.txt rename to dictionary/d6.txt diff --git a/com/agnibho/code/anagram/dictionary/D7.txt b/dictionary/d7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D7.txt rename to dictionary/d7.txt diff --git a/com/agnibho/code/anagram/dictionary/D8.txt b/dictionary/d8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D8.txt rename to dictionary/d8.txt diff --git a/com/agnibho/code/anagram/dictionary/D9.txt b/dictionary/d9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/D9.txt rename to dictionary/d9.txt diff --git a/com/agnibho/code/anagram/dictionary/E1.txt b/dictionary/e1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E1.txt rename to dictionary/e1.txt diff --git a/com/agnibho/code/anagram/dictionary/E10.txt b/dictionary/e10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E10.txt rename to dictionary/e10.txt diff --git a/com/agnibho/code/anagram/dictionary/E11.txt b/dictionary/e11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E11.txt rename to dictionary/e11.txt diff --git a/com/agnibho/code/anagram/dictionary/E12.txt b/dictionary/e12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E12.txt rename to dictionary/e12.txt diff --git a/com/agnibho/code/anagram/dictionary/E13.txt b/dictionary/e13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E13.txt rename to dictionary/e13.txt diff --git a/com/agnibho/code/anagram/dictionary/E14.txt b/dictionary/e14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E14.txt rename to dictionary/e14.txt diff --git a/com/agnibho/code/anagram/dictionary/E15.txt b/dictionary/e15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E15.txt rename to dictionary/e15.txt diff --git a/com/agnibho/code/anagram/dictionary/E16.txt b/dictionary/e16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E16.txt rename to dictionary/e16.txt diff --git a/com/agnibho/code/anagram/dictionary/E17.txt b/dictionary/e17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E17.txt rename to dictionary/e17.txt diff --git a/com/agnibho/code/anagram/dictionary/E18.txt b/dictionary/e18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E18.txt rename to dictionary/e18.txt diff --git a/com/agnibho/code/anagram/dictionary/E19.txt b/dictionary/e19.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E19.txt rename to dictionary/e19.txt diff --git a/com/agnibho/code/anagram/dictionary/E2.txt b/dictionary/e2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E2.txt rename to dictionary/e2.txt diff --git a/com/agnibho/code/anagram/dictionary/E20.txt b/dictionary/e20.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E20.txt rename to dictionary/e20.txt diff --git a/com/agnibho/code/anagram/dictionary/E21.txt b/dictionary/e21.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E21.txt rename to dictionary/e21.txt diff --git a/com/agnibho/code/anagram/dictionary/E22.txt b/dictionary/e22.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E22.txt rename to dictionary/e22.txt diff --git a/com/agnibho/code/anagram/dictionary/E23.txt b/dictionary/e23.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E23.txt rename to dictionary/e23.txt diff --git a/com/agnibho/code/anagram/dictionary/E3.txt b/dictionary/e3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E3.txt rename to dictionary/e3.txt diff --git a/com/agnibho/code/anagram/dictionary/E4.txt b/dictionary/e4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E4.txt rename to dictionary/e4.txt diff --git a/com/agnibho/code/anagram/dictionary/E5.txt b/dictionary/e5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E5.txt rename to dictionary/e5.txt diff --git a/com/agnibho/code/anagram/dictionary/E6.txt b/dictionary/e6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E6.txt rename to dictionary/e6.txt diff --git a/com/agnibho/code/anagram/dictionary/E7.txt b/dictionary/e7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E7.txt rename to dictionary/e7.txt diff --git a/com/agnibho/code/anagram/dictionary/E8.txt b/dictionary/e8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E8.txt rename to dictionary/e8.txt diff --git a/com/agnibho/code/anagram/dictionary/E9.txt b/dictionary/e9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/E9.txt rename to dictionary/e9.txt diff --git a/com/agnibho/code/anagram/dictionary/F1.txt b/dictionary/f1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F1.txt rename to dictionary/f1.txt diff --git a/com/agnibho/code/anagram/dictionary/F10.txt b/dictionary/f10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F10.txt rename to dictionary/f10.txt diff --git a/com/agnibho/code/anagram/dictionary/F11.txt b/dictionary/f11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F11.txt rename to dictionary/f11.txt diff --git a/com/agnibho/code/anagram/dictionary/F12.txt b/dictionary/f12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F12.txt rename to dictionary/f12.txt diff --git a/com/agnibho/code/anagram/dictionary/F13.txt b/dictionary/f13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F13.txt rename to dictionary/f13.txt diff --git a/com/agnibho/code/anagram/dictionary/F14.txt b/dictionary/f14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F14.txt rename to dictionary/f14.txt diff --git a/com/agnibho/code/anagram/dictionary/F15.txt b/dictionary/f15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F15.txt rename to dictionary/f15.txt diff --git a/com/agnibho/code/anagram/dictionary/F16.txt b/dictionary/f16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F16.txt rename to dictionary/f16.txt diff --git a/com/agnibho/code/anagram/dictionary/F17.txt b/dictionary/f17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F17.txt rename to dictionary/f17.txt diff --git a/com/agnibho/code/anagram/dictionary/F2.txt b/dictionary/f2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F2.txt rename to dictionary/f2.txt diff --git a/com/agnibho/code/anagram/dictionary/F29.txt b/dictionary/f29.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F29.txt rename to dictionary/f29.txt diff --git a/com/agnibho/code/anagram/dictionary/F3.txt b/dictionary/f3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F3.txt rename to dictionary/f3.txt diff --git a/com/agnibho/code/anagram/dictionary/F4.txt b/dictionary/f4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F4.txt rename to dictionary/f4.txt diff --git a/com/agnibho/code/anagram/dictionary/F5.txt b/dictionary/f5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F5.txt rename to dictionary/f5.txt diff --git a/com/agnibho/code/anagram/dictionary/F6.txt b/dictionary/f6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F6.txt rename to dictionary/f6.txt diff --git a/com/agnibho/code/anagram/dictionary/F7.txt b/dictionary/f7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F7.txt rename to dictionary/f7.txt diff --git a/com/agnibho/code/anagram/dictionary/F8.txt b/dictionary/f8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F8.txt rename to dictionary/f8.txt diff --git a/com/agnibho/code/anagram/dictionary/F9.txt b/dictionary/f9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/F9.txt rename to dictionary/f9.txt diff --git a/com/agnibho/code/anagram/dictionary/G1.txt b/dictionary/g1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G1.txt rename to dictionary/g1.txt diff --git a/com/agnibho/code/anagram/dictionary/G10.txt b/dictionary/g10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G10.txt rename to dictionary/g10.txt diff --git a/com/agnibho/code/anagram/dictionary/G11.txt b/dictionary/g11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G11.txt rename to dictionary/g11.txt diff --git a/com/agnibho/code/anagram/dictionary/G12.txt b/dictionary/g12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G12.txt rename to dictionary/g12.txt diff --git a/com/agnibho/code/anagram/dictionary/G13.txt b/dictionary/g13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G13.txt rename to dictionary/g13.txt diff --git a/com/agnibho/code/anagram/dictionary/G14.txt b/dictionary/g14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G14.txt rename to dictionary/g14.txt diff --git a/com/agnibho/code/anagram/dictionary/G15.txt b/dictionary/g15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G15.txt rename to dictionary/g15.txt diff --git a/com/agnibho/code/anagram/dictionary/G16.txt b/dictionary/g16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G16.txt rename to dictionary/g16.txt diff --git a/com/agnibho/code/anagram/dictionary/G17.txt b/dictionary/g17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G17.txt rename to dictionary/g17.txt diff --git a/com/agnibho/code/anagram/dictionary/G18.txt b/dictionary/g18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G18.txt rename to dictionary/g18.txt diff --git a/com/agnibho/code/anagram/dictionary/G19.txt b/dictionary/g19.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G19.txt rename to dictionary/g19.txt diff --git a/com/agnibho/code/anagram/dictionary/G2.txt b/dictionary/g2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G2.txt rename to dictionary/g2.txt diff --git a/com/agnibho/code/anagram/dictionary/G3.txt b/dictionary/g3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G3.txt rename to dictionary/g3.txt diff --git a/com/agnibho/code/anagram/dictionary/G4.txt b/dictionary/g4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G4.txt rename to dictionary/g4.txt diff --git a/com/agnibho/code/anagram/dictionary/G5.txt b/dictionary/g5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G5.txt rename to dictionary/g5.txt diff --git a/com/agnibho/code/anagram/dictionary/G6.txt b/dictionary/g6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G6.txt rename to dictionary/g6.txt diff --git a/com/agnibho/code/anagram/dictionary/G7.txt b/dictionary/g7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G7.txt rename to dictionary/g7.txt diff --git a/com/agnibho/code/anagram/dictionary/G8.txt b/dictionary/g8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G8.txt rename to dictionary/g8.txt diff --git a/com/agnibho/code/anagram/dictionary/G9.txt b/dictionary/g9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/G9.txt rename to dictionary/g9.txt diff --git a/com/agnibho/code/anagram/dictionary/H1.txt b/dictionary/h1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H1.txt rename to dictionary/h1.txt diff --git a/com/agnibho/code/anagram/dictionary/H10.txt b/dictionary/h10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H10.txt rename to dictionary/h10.txt diff --git a/com/agnibho/code/anagram/dictionary/H11.txt b/dictionary/h11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H11.txt rename to dictionary/h11.txt diff --git a/com/agnibho/code/anagram/dictionary/H12.txt b/dictionary/h12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H12.txt rename to dictionary/h12.txt diff --git a/com/agnibho/code/anagram/dictionary/H13.txt b/dictionary/h13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H13.txt rename to dictionary/h13.txt diff --git a/com/agnibho/code/anagram/dictionary/H14.txt b/dictionary/h14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H14.txt rename to dictionary/h14.txt diff --git a/com/agnibho/code/anagram/dictionary/H15.txt b/dictionary/h15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H15.txt rename to dictionary/h15.txt diff --git a/com/agnibho/code/anagram/dictionary/H16.txt b/dictionary/h16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H16.txt rename to dictionary/h16.txt diff --git a/com/agnibho/code/anagram/dictionary/H17.txt b/dictionary/h17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H17.txt rename to dictionary/h17.txt diff --git a/com/agnibho/code/anagram/dictionary/H18.txt b/dictionary/h18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H18.txt rename to dictionary/h18.txt diff --git a/com/agnibho/code/anagram/dictionary/H19.txt b/dictionary/h19.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H19.txt rename to dictionary/h19.txt diff --git a/com/agnibho/code/anagram/dictionary/H2.txt b/dictionary/h2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H2.txt rename to dictionary/h2.txt diff --git a/com/agnibho/code/anagram/dictionary/H21.txt b/dictionary/h21.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H21.txt rename to dictionary/h21.txt diff --git a/com/agnibho/code/anagram/dictionary/H22.txt b/dictionary/h22.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H22.txt rename to dictionary/h22.txt diff --git a/com/agnibho/code/anagram/dictionary/H23.txt b/dictionary/h23.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H23.txt rename to dictionary/h23.txt diff --git a/com/agnibho/code/anagram/dictionary/H24.txt b/dictionary/h24.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H24.txt rename to dictionary/h24.txt diff --git a/com/agnibho/code/anagram/dictionary/H3.txt b/dictionary/h3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H3.txt rename to dictionary/h3.txt diff --git a/com/agnibho/code/anagram/dictionary/H4.txt b/dictionary/h4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H4.txt rename to dictionary/h4.txt diff --git a/com/agnibho/code/anagram/dictionary/H5.txt b/dictionary/h5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H5.txt rename to dictionary/h5.txt diff --git a/com/agnibho/code/anagram/dictionary/H6.txt b/dictionary/h6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H6.txt rename to dictionary/h6.txt diff --git a/com/agnibho/code/anagram/dictionary/H7.txt b/dictionary/h7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H7.txt rename to dictionary/h7.txt diff --git a/com/agnibho/code/anagram/dictionary/H8.txt b/dictionary/h8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H8.txt rename to dictionary/h8.txt diff --git a/com/agnibho/code/anagram/dictionary/H9.txt b/dictionary/h9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/H9.txt rename to dictionary/h9.txt diff --git a/com/agnibho/code/anagram/dictionary/I1.txt b/dictionary/i1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I1.txt rename to dictionary/i1.txt diff --git a/com/agnibho/code/anagram/dictionary/I10.txt b/dictionary/i10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I10.txt rename to dictionary/i10.txt diff --git a/com/agnibho/code/anagram/dictionary/I11.txt b/dictionary/i11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I11.txt rename to dictionary/i11.txt diff --git a/com/agnibho/code/anagram/dictionary/I12.txt b/dictionary/i12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I12.txt rename to dictionary/i12.txt diff --git a/com/agnibho/code/anagram/dictionary/I13.txt b/dictionary/i13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I13.txt rename to dictionary/i13.txt diff --git a/com/agnibho/code/anagram/dictionary/I14.txt b/dictionary/i14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I14.txt rename to dictionary/i14.txt diff --git a/com/agnibho/code/anagram/dictionary/I15.txt b/dictionary/i15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I15.txt rename to dictionary/i15.txt diff --git a/com/agnibho/code/anagram/dictionary/I16.txt b/dictionary/i16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I16.txt rename to dictionary/i16.txt diff --git a/com/agnibho/code/anagram/dictionary/I17.txt b/dictionary/i17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I17.txt rename to dictionary/i17.txt diff --git a/com/agnibho/code/anagram/dictionary/I18.txt b/dictionary/i18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I18.txt rename to dictionary/i18.txt diff --git a/com/agnibho/code/anagram/dictionary/I19.txt b/dictionary/i19.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I19.txt rename to dictionary/i19.txt diff --git a/com/agnibho/code/anagram/dictionary/I2.txt b/dictionary/i2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I2.txt rename to dictionary/i2.txt diff --git a/com/agnibho/code/anagram/dictionary/I20.txt b/dictionary/i20.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I20.txt rename to dictionary/i20.txt diff --git a/com/agnibho/code/anagram/dictionary/I21.txt b/dictionary/i21.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I21.txt rename to dictionary/i21.txt diff --git a/com/agnibho/code/anagram/dictionary/I3.txt b/dictionary/i3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I3.txt rename to dictionary/i3.txt diff --git a/com/agnibho/code/anagram/dictionary/I4.txt b/dictionary/i4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I4.txt rename to dictionary/i4.txt diff --git a/com/agnibho/code/anagram/dictionary/I5.txt b/dictionary/i5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I5.txt rename to dictionary/i5.txt diff --git a/com/agnibho/code/anagram/dictionary/I6.txt b/dictionary/i6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I6.txt rename to dictionary/i6.txt diff --git a/com/agnibho/code/anagram/dictionary/I7.txt b/dictionary/i7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I7.txt rename to dictionary/i7.txt diff --git a/com/agnibho/code/anagram/dictionary/I8.txt b/dictionary/i8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I8.txt rename to dictionary/i8.txt diff --git a/com/agnibho/code/anagram/dictionary/I9.txt b/dictionary/i9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/I9.txt rename to dictionary/i9.txt diff --git a/com/agnibho/code/anagram/dictionary/J1.txt b/dictionary/j1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/J1.txt rename to dictionary/j1.txt diff --git a/com/agnibho/code/anagram/dictionary/J10.txt b/dictionary/j10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/J10.txt rename to dictionary/j10.txt diff --git a/com/agnibho/code/anagram/dictionary/J11.txt b/dictionary/j11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/J11.txt rename to dictionary/j11.txt diff --git a/com/agnibho/code/anagram/dictionary/J12.txt b/dictionary/j12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/J12.txt rename to dictionary/j12.txt diff --git a/com/agnibho/code/anagram/dictionary/J13.txt b/dictionary/j13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/J13.txt rename to dictionary/j13.txt diff --git a/com/agnibho/code/anagram/dictionary/J14.txt b/dictionary/j14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/J14.txt rename to dictionary/j14.txt diff --git a/com/agnibho/code/anagram/dictionary/J15.txt b/dictionary/j15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/J15.txt rename to dictionary/j15.txt diff --git a/com/agnibho/code/anagram/dictionary/J16.txt b/dictionary/j16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/J16.txt rename to dictionary/j16.txt diff --git a/com/agnibho/code/anagram/dictionary/J2.txt b/dictionary/j2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/J2.txt rename to dictionary/j2.txt diff --git a/com/agnibho/code/anagram/dictionary/J3.txt b/dictionary/j3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/J3.txt rename to dictionary/j3.txt diff --git a/com/agnibho/code/anagram/dictionary/J4.txt b/dictionary/j4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/J4.txt rename to dictionary/j4.txt diff --git a/com/agnibho/code/anagram/dictionary/J5.txt b/dictionary/j5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/J5.txt rename to dictionary/j5.txt diff --git a/com/agnibho/code/anagram/dictionary/J6.txt b/dictionary/j6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/J6.txt rename to dictionary/j6.txt diff --git a/com/agnibho/code/anagram/dictionary/J7.txt b/dictionary/j7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/J7.txt rename to dictionary/j7.txt diff --git a/com/agnibho/code/anagram/dictionary/J8.txt b/dictionary/j8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/J8.txt rename to dictionary/j8.txt diff --git a/com/agnibho/code/anagram/dictionary/J9.txt b/dictionary/j9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/J9.txt rename to dictionary/j9.txt diff --git a/com/agnibho/code/anagram/dictionary/K1.txt b/dictionary/k1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K1.txt rename to dictionary/k1.txt diff --git a/com/agnibho/code/anagram/dictionary/K10.txt b/dictionary/k10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K10.txt rename to dictionary/k10.txt diff --git a/com/agnibho/code/anagram/dictionary/K11.txt b/dictionary/k11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K11.txt rename to dictionary/k11.txt diff --git a/com/agnibho/code/anagram/dictionary/K12.txt b/dictionary/k12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K12.txt rename to dictionary/k12.txt diff --git a/com/agnibho/code/anagram/dictionary/K13.txt b/dictionary/k13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K13.txt rename to dictionary/k13.txt diff --git a/com/agnibho/code/anagram/dictionary/K14.txt b/dictionary/k14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K14.txt rename to dictionary/k14.txt diff --git a/com/agnibho/code/anagram/dictionary/K15.txt b/dictionary/k15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K15.txt rename to dictionary/k15.txt diff --git a/com/agnibho/code/anagram/dictionary/K16.txt b/dictionary/k16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K16.txt rename to dictionary/k16.txt diff --git a/com/agnibho/code/anagram/dictionary/K17.txt b/dictionary/k17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K17.txt rename to dictionary/k17.txt diff --git a/com/agnibho/code/anagram/dictionary/K18.txt b/dictionary/k18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K18.txt rename to dictionary/k18.txt diff --git a/com/agnibho/code/anagram/dictionary/K2.txt b/dictionary/k2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K2.txt rename to dictionary/k2.txt diff --git a/com/agnibho/code/anagram/dictionary/K3.txt b/dictionary/k3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K3.txt rename to dictionary/k3.txt diff --git a/com/agnibho/code/anagram/dictionary/K4.txt b/dictionary/k4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K4.txt rename to dictionary/k4.txt diff --git a/com/agnibho/code/anagram/dictionary/K5.txt b/dictionary/k5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K5.txt rename to dictionary/k5.txt diff --git a/com/agnibho/code/anagram/dictionary/K6.txt b/dictionary/k6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K6.txt rename to dictionary/k6.txt diff --git a/com/agnibho/code/anagram/dictionary/K7.txt b/dictionary/k7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K7.txt rename to dictionary/k7.txt diff --git a/com/agnibho/code/anagram/dictionary/K8.txt b/dictionary/k8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K8.txt rename to dictionary/k8.txt diff --git a/com/agnibho/code/anagram/dictionary/K9.txt b/dictionary/k9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/K9.txt rename to dictionary/k9.txt diff --git a/com/agnibho/code/anagram/dictionary/L1.txt b/dictionary/l1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L1.txt rename to dictionary/l1.txt diff --git a/com/agnibho/code/anagram/dictionary/L10.txt b/dictionary/l10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L10.txt rename to dictionary/l10.txt diff --git a/com/agnibho/code/anagram/dictionary/L11.txt b/dictionary/l11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L11.txt rename to dictionary/l11.txt diff --git a/com/agnibho/code/anagram/dictionary/L12.txt b/dictionary/l12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L12.txt rename to dictionary/l12.txt diff --git a/com/agnibho/code/anagram/dictionary/L13.txt b/dictionary/l13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L13.txt rename to dictionary/l13.txt diff --git a/com/agnibho/code/anagram/dictionary/L14.txt b/dictionary/l14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L14.txt rename to dictionary/l14.txt diff --git a/com/agnibho/code/anagram/dictionary/L15.txt b/dictionary/l15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L15.txt rename to dictionary/l15.txt diff --git a/com/agnibho/code/anagram/dictionary/L16.txt b/dictionary/l16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L16.txt rename to dictionary/l16.txt diff --git a/com/agnibho/code/anagram/dictionary/L17.txt b/dictionary/l17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L17.txt rename to dictionary/l17.txt diff --git a/com/agnibho/code/anagram/dictionary/L18.txt b/dictionary/l18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L18.txt rename to dictionary/l18.txt diff --git a/com/agnibho/code/anagram/dictionary/L2.txt b/dictionary/l2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L2.txt rename to dictionary/l2.txt diff --git a/com/agnibho/code/anagram/dictionary/L3.txt b/dictionary/l3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L3.txt rename to dictionary/l3.txt diff --git a/com/agnibho/code/anagram/dictionary/L4.txt b/dictionary/l4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L4.txt rename to dictionary/l4.txt diff --git a/com/agnibho/code/anagram/dictionary/L5.txt b/dictionary/l5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L5.txt rename to dictionary/l5.txt diff --git a/com/agnibho/code/anagram/dictionary/L58.txt b/dictionary/l58.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L58.txt rename to dictionary/l58.txt diff --git a/com/agnibho/code/anagram/dictionary/L6.txt b/dictionary/l6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L6.txt rename to dictionary/l6.txt diff --git a/com/agnibho/code/anagram/dictionary/L7.txt b/dictionary/l7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L7.txt rename to dictionary/l7.txt diff --git a/com/agnibho/code/anagram/dictionary/L8.txt b/dictionary/l8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L8.txt rename to dictionary/l8.txt diff --git a/com/agnibho/code/anagram/dictionary/L9.txt b/dictionary/l9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/L9.txt rename to dictionary/l9.txt diff --git a/com/agnibho/code/anagram/dictionary/M1.txt b/dictionary/m1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M1.txt rename to dictionary/m1.txt diff --git a/com/agnibho/code/anagram/dictionary/M10.txt b/dictionary/m10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M10.txt rename to dictionary/m10.txt diff --git a/com/agnibho/code/anagram/dictionary/M11.txt b/dictionary/m11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M11.txt rename to dictionary/m11.txt diff --git a/com/agnibho/code/anagram/dictionary/M12.txt b/dictionary/m12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M12.txt rename to dictionary/m12.txt diff --git a/com/agnibho/code/anagram/dictionary/M13.txt b/dictionary/m13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M13.txt rename to dictionary/m13.txt diff --git a/com/agnibho/code/anagram/dictionary/M14.txt b/dictionary/m14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M14.txt rename to dictionary/m14.txt diff --git a/com/agnibho/code/anagram/dictionary/M15.txt b/dictionary/m15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M15.txt rename to dictionary/m15.txt diff --git a/com/agnibho/code/anagram/dictionary/M16.txt b/dictionary/m16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M16.txt rename to dictionary/m16.txt diff --git a/com/agnibho/code/anagram/dictionary/M17.txt b/dictionary/m17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M17.txt rename to dictionary/m17.txt diff --git a/com/agnibho/code/anagram/dictionary/M18.txt b/dictionary/m18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M18.txt rename to dictionary/m18.txt diff --git a/com/agnibho/code/anagram/dictionary/M19.txt b/dictionary/m19.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M19.txt rename to dictionary/m19.txt diff --git a/com/agnibho/code/anagram/dictionary/M2.txt b/dictionary/m2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M2.txt rename to dictionary/m2.txt diff --git a/com/agnibho/code/anagram/dictionary/M20.txt b/dictionary/m20.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M20.txt rename to dictionary/m20.txt diff --git a/com/agnibho/code/anagram/dictionary/M21.txt b/dictionary/m21.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M21.txt rename to dictionary/m21.txt diff --git a/com/agnibho/code/anagram/dictionary/M3.txt b/dictionary/m3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M3.txt rename to dictionary/m3.txt diff --git a/com/agnibho/code/anagram/dictionary/M4.txt b/dictionary/m4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M4.txt rename to dictionary/m4.txt diff --git a/com/agnibho/code/anagram/dictionary/M5.txt b/dictionary/m5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M5.txt rename to dictionary/m5.txt diff --git a/com/agnibho/code/anagram/dictionary/M6.txt b/dictionary/m6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M6.txt rename to dictionary/m6.txt diff --git a/com/agnibho/code/anagram/dictionary/M7.txt b/dictionary/m7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M7.txt rename to dictionary/m7.txt diff --git a/com/agnibho/code/anagram/dictionary/M8.txt b/dictionary/m8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M8.txt rename to dictionary/m8.txt diff --git a/com/agnibho/code/anagram/dictionary/M9.txt b/dictionary/m9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/M9.txt rename to dictionary/m9.txt diff --git a/com/agnibho/code/anagram/dictionary/N1.txt b/dictionary/n1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N1.txt rename to dictionary/n1.txt diff --git a/com/agnibho/code/anagram/dictionary/N10.txt b/dictionary/n10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N10.txt rename to dictionary/n10.txt diff --git a/com/agnibho/code/anagram/dictionary/N11.txt b/dictionary/n11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N11.txt rename to dictionary/n11.txt diff --git a/com/agnibho/code/anagram/dictionary/N12.txt b/dictionary/n12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N12.txt rename to dictionary/n12.txt diff --git a/com/agnibho/code/anagram/dictionary/N13.txt b/dictionary/n13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N13.txt rename to dictionary/n13.txt diff --git a/com/agnibho/code/anagram/dictionary/N14.txt b/dictionary/n14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N14.txt rename to dictionary/n14.txt diff --git a/com/agnibho/code/anagram/dictionary/N15.txt b/dictionary/n15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N15.txt rename to dictionary/n15.txt diff --git a/com/agnibho/code/anagram/dictionary/N16.txt b/dictionary/n16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N16.txt rename to dictionary/n16.txt diff --git a/com/agnibho/code/anagram/dictionary/N17.txt b/dictionary/n17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N17.txt rename to dictionary/n17.txt diff --git a/com/agnibho/code/anagram/dictionary/N18.txt b/dictionary/n18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N18.txt rename to dictionary/n18.txt diff --git a/com/agnibho/code/anagram/dictionary/N19.txt b/dictionary/n19.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N19.txt rename to dictionary/n19.txt diff --git a/com/agnibho/code/anagram/dictionary/N2.txt b/dictionary/n2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N2.txt rename to dictionary/n2.txt diff --git a/com/agnibho/code/anagram/dictionary/N20.txt b/dictionary/n20.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N20.txt rename to dictionary/n20.txt diff --git a/com/agnibho/code/anagram/dictionary/N3.txt b/dictionary/n3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N3.txt rename to dictionary/n3.txt diff --git a/com/agnibho/code/anagram/dictionary/N4.txt b/dictionary/n4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N4.txt rename to dictionary/n4.txt diff --git a/com/agnibho/code/anagram/dictionary/N5.txt b/dictionary/n5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N5.txt rename to dictionary/n5.txt diff --git a/com/agnibho/code/anagram/dictionary/N6.txt b/dictionary/n6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N6.txt rename to dictionary/n6.txt diff --git a/com/agnibho/code/anagram/dictionary/N7.txt b/dictionary/n7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N7.txt rename to dictionary/n7.txt diff --git a/com/agnibho/code/anagram/dictionary/N8.txt b/dictionary/n8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N8.txt rename to dictionary/n8.txt diff --git a/com/agnibho/code/anagram/dictionary/N9.txt b/dictionary/n9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/N9.txt rename to dictionary/n9.txt diff --git a/com/agnibho/code/anagram/dictionary/O1.txt b/dictionary/o1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O1.txt rename to dictionary/o1.txt diff --git a/com/agnibho/code/anagram/dictionary/O10.txt b/dictionary/o10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O10.txt rename to dictionary/o10.txt diff --git a/com/agnibho/code/anagram/dictionary/O11.txt b/dictionary/o11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O11.txt rename to dictionary/o11.txt diff --git a/com/agnibho/code/anagram/dictionary/O12.txt b/dictionary/o12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O12.txt rename to dictionary/o12.txt diff --git a/com/agnibho/code/anagram/dictionary/O13.txt b/dictionary/o13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O13.txt rename to dictionary/o13.txt diff --git a/com/agnibho/code/anagram/dictionary/O14.txt b/dictionary/o14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O14.txt rename to dictionary/o14.txt diff --git a/com/agnibho/code/anagram/dictionary/O15.txt b/dictionary/o15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O15.txt rename to dictionary/o15.txt diff --git a/com/agnibho/code/anagram/dictionary/O16.txt b/dictionary/o16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O16.txt rename to dictionary/o16.txt diff --git a/com/agnibho/code/anagram/dictionary/O17.txt b/dictionary/o17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O17.txt rename to dictionary/o17.txt diff --git a/com/agnibho/code/anagram/dictionary/O18.txt b/dictionary/o18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O18.txt rename to dictionary/o18.txt diff --git a/com/agnibho/code/anagram/dictionary/O19.txt b/dictionary/o19.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O19.txt rename to dictionary/o19.txt diff --git a/com/agnibho/code/anagram/dictionary/O2.txt b/dictionary/o2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O2.txt rename to dictionary/o2.txt diff --git a/com/agnibho/code/anagram/dictionary/O21.txt b/dictionary/o21.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O21.txt rename to dictionary/o21.txt diff --git a/com/agnibho/code/anagram/dictionary/O22.txt b/dictionary/o22.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O22.txt rename to dictionary/o22.txt diff --git a/com/agnibho/code/anagram/dictionary/O3.txt b/dictionary/o3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O3.txt rename to dictionary/o3.txt diff --git a/com/agnibho/code/anagram/dictionary/O4.txt b/dictionary/o4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O4.txt rename to dictionary/o4.txt diff --git a/com/agnibho/code/anagram/dictionary/O5.txt b/dictionary/o5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O5.txt rename to dictionary/o5.txt diff --git a/com/agnibho/code/anagram/dictionary/O6.txt b/dictionary/o6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O6.txt rename to dictionary/o6.txt diff --git a/com/agnibho/code/anagram/dictionary/O7.txt b/dictionary/o7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O7.txt rename to dictionary/o7.txt diff --git a/com/agnibho/code/anagram/dictionary/O8.txt b/dictionary/o8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O8.txt rename to dictionary/o8.txt diff --git a/com/agnibho/code/anagram/dictionary/O9.txt b/dictionary/o9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/O9.txt rename to dictionary/o9.txt diff --git a/com/agnibho/code/anagram/dictionary/P1.txt b/dictionary/p1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P1.txt rename to dictionary/p1.txt diff --git a/com/agnibho/code/anagram/dictionary/P10.txt b/dictionary/p10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P10.txt rename to dictionary/p10.txt diff --git a/com/agnibho/code/anagram/dictionary/P11.txt b/dictionary/p11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P11.txt rename to dictionary/p11.txt diff --git a/com/agnibho/code/anagram/dictionary/P12.txt b/dictionary/p12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P12.txt rename to dictionary/p12.txt diff --git a/com/agnibho/code/anagram/dictionary/P13.txt b/dictionary/p13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P13.txt rename to dictionary/p13.txt diff --git a/com/agnibho/code/anagram/dictionary/P14.txt b/dictionary/p14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P14.txt rename to dictionary/p14.txt diff --git a/com/agnibho/code/anagram/dictionary/P15.txt b/dictionary/p15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P15.txt rename to dictionary/p15.txt diff --git a/com/agnibho/code/anagram/dictionary/P16.txt b/dictionary/p16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P16.txt rename to dictionary/p16.txt diff --git a/com/agnibho/code/anagram/dictionary/P17.txt b/dictionary/p17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P17.txt rename to dictionary/p17.txt diff --git a/com/agnibho/code/anagram/dictionary/P18.txt b/dictionary/p18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P18.txt rename to dictionary/p18.txt diff --git a/com/agnibho/code/anagram/dictionary/P19.txt b/dictionary/p19.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P19.txt rename to dictionary/p19.txt diff --git a/com/agnibho/code/anagram/dictionary/P2.txt b/dictionary/p2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P2.txt rename to dictionary/p2.txt diff --git a/com/agnibho/code/anagram/dictionary/P20.txt b/dictionary/p20.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P20.txt rename to dictionary/p20.txt diff --git a/com/agnibho/code/anagram/dictionary/P21.txt b/dictionary/p21.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P21.txt rename to dictionary/p21.txt diff --git a/com/agnibho/code/anagram/dictionary/P22.txt b/dictionary/p22.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P22.txt rename to dictionary/p22.txt diff --git a/com/agnibho/code/anagram/dictionary/P23.txt b/dictionary/p23.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P23.txt rename to dictionary/p23.txt diff --git a/com/agnibho/code/anagram/dictionary/P3.txt b/dictionary/p3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P3.txt rename to dictionary/p3.txt diff --git a/com/agnibho/code/anagram/dictionary/P4.txt b/dictionary/p4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P4.txt rename to dictionary/p4.txt diff --git a/com/agnibho/code/anagram/dictionary/P45.txt b/dictionary/p45.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P45.txt rename to dictionary/p45.txt diff --git a/com/agnibho/code/anagram/dictionary/P5.txt b/dictionary/p5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P5.txt rename to dictionary/p5.txt diff --git a/com/agnibho/code/anagram/dictionary/P6.txt b/dictionary/p6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P6.txt rename to dictionary/p6.txt diff --git a/com/agnibho/code/anagram/dictionary/P7.txt b/dictionary/p7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P7.txt rename to dictionary/p7.txt diff --git a/com/agnibho/code/anagram/dictionary/P8.txt b/dictionary/p8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P8.txt rename to dictionary/p8.txt diff --git a/com/agnibho/code/anagram/dictionary/P9.txt b/dictionary/p9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/P9.txt rename to dictionary/p9.txt diff --git a/com/agnibho/code/anagram/dictionary/Q1.txt b/dictionary/q1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q1.txt rename to dictionary/q1.txt diff --git a/com/agnibho/code/anagram/dictionary/Q10.txt b/dictionary/q10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q10.txt rename to dictionary/q10.txt diff --git a/com/agnibho/code/anagram/dictionary/Q11.txt b/dictionary/q11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q11.txt rename to dictionary/q11.txt diff --git a/com/agnibho/code/anagram/dictionary/Q12.txt b/dictionary/q12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q12.txt rename to dictionary/q12.txt diff --git a/com/agnibho/code/anagram/dictionary/Q13.txt b/dictionary/q13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q13.txt rename to dictionary/q13.txt diff --git a/com/agnibho/code/anagram/dictionary/Q14.txt b/dictionary/q14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q14.txt rename to dictionary/q14.txt diff --git a/com/agnibho/code/anagram/dictionary/Q15.txt b/dictionary/q15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q15.txt rename to dictionary/q15.txt diff --git a/com/agnibho/code/anagram/dictionary/Q16.txt b/dictionary/q16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q16.txt rename to dictionary/q16.txt diff --git a/com/agnibho/code/anagram/dictionary/Q17.txt b/dictionary/q17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q17.txt rename to dictionary/q17.txt diff --git a/com/agnibho/code/anagram/dictionary/Q18.txt b/dictionary/q18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q18.txt rename to dictionary/q18.txt diff --git a/com/agnibho/code/anagram/dictionary/Q19.txt b/dictionary/q19.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q19.txt rename to dictionary/q19.txt diff --git a/com/agnibho/code/anagram/dictionary/Q2.txt b/dictionary/q2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q2.txt rename to dictionary/q2.txt diff --git a/com/agnibho/code/anagram/dictionary/Q3.txt b/dictionary/q3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q3.txt rename to dictionary/q3.txt diff --git a/com/agnibho/code/anagram/dictionary/Q4.txt b/dictionary/q4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q4.txt rename to dictionary/q4.txt diff --git a/com/agnibho/code/anagram/dictionary/Q5.txt b/dictionary/q5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q5.txt rename to dictionary/q5.txt diff --git a/com/agnibho/code/anagram/dictionary/Q6.txt b/dictionary/q6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q6.txt rename to dictionary/q6.txt diff --git a/com/agnibho/code/anagram/dictionary/Q7.txt b/dictionary/q7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q7.txt rename to dictionary/q7.txt diff --git a/com/agnibho/code/anagram/dictionary/Q8.txt b/dictionary/q8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q8.txt rename to dictionary/q8.txt diff --git a/com/agnibho/code/anagram/dictionary/Q9.txt b/dictionary/q9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Q9.txt rename to dictionary/q9.txt diff --git a/com/agnibho/code/anagram/dictionary/R1.txt b/dictionary/r1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R1.txt rename to dictionary/r1.txt diff --git a/com/agnibho/code/anagram/dictionary/R10.txt b/dictionary/r10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R10.txt rename to dictionary/r10.txt diff --git a/com/agnibho/code/anagram/dictionary/R11.txt b/dictionary/r11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R11.txt rename to dictionary/r11.txt diff --git a/com/agnibho/code/anagram/dictionary/R12.txt b/dictionary/r12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R12.txt rename to dictionary/r12.txt diff --git a/com/agnibho/code/anagram/dictionary/R13.txt b/dictionary/r13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R13.txt rename to dictionary/r13.txt diff --git a/com/agnibho/code/anagram/dictionary/R14.txt b/dictionary/r14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R14.txt rename to dictionary/r14.txt diff --git a/com/agnibho/code/anagram/dictionary/R15.txt b/dictionary/r15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R15.txt rename to dictionary/r15.txt diff --git a/com/agnibho/code/anagram/dictionary/R16.txt b/dictionary/r16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R16.txt rename to dictionary/r16.txt diff --git a/com/agnibho/code/anagram/dictionary/R17.txt b/dictionary/r17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R17.txt rename to dictionary/r17.txt diff --git a/com/agnibho/code/anagram/dictionary/R18.txt b/dictionary/r18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R18.txt rename to dictionary/r18.txt diff --git a/com/agnibho/code/anagram/dictionary/R19.txt b/dictionary/r19.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R19.txt rename to dictionary/r19.txt diff --git a/com/agnibho/code/anagram/dictionary/R2.txt b/dictionary/r2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R2.txt rename to dictionary/r2.txt diff --git a/com/agnibho/code/anagram/dictionary/R3.txt b/dictionary/r3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R3.txt rename to dictionary/r3.txt diff --git a/com/agnibho/code/anagram/dictionary/R4.txt b/dictionary/r4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R4.txt rename to dictionary/r4.txt diff --git a/com/agnibho/code/anagram/dictionary/R5.txt b/dictionary/r5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R5.txt rename to dictionary/r5.txt diff --git a/com/agnibho/code/anagram/dictionary/R6.txt b/dictionary/r6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R6.txt rename to dictionary/r6.txt diff --git a/com/agnibho/code/anagram/dictionary/R7.txt b/dictionary/r7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R7.txt rename to dictionary/r7.txt diff --git a/com/agnibho/code/anagram/dictionary/R8.txt b/dictionary/r8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R8.txt rename to dictionary/r8.txt diff --git a/com/agnibho/code/anagram/dictionary/R9.txt b/dictionary/r9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/R9.txt rename to dictionary/r9.txt diff --git a/com/agnibho/code/anagram/dictionary/S1.txt b/dictionary/s1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S1.txt rename to dictionary/s1.txt diff --git a/com/agnibho/code/anagram/dictionary/S10.txt b/dictionary/s10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S10.txt rename to dictionary/s10.txt diff --git a/com/agnibho/code/anagram/dictionary/S11.txt b/dictionary/s11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S11.txt rename to dictionary/s11.txt diff --git a/com/agnibho/code/anagram/dictionary/S12.txt b/dictionary/s12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S12.txt rename to dictionary/s12.txt diff --git a/com/agnibho/code/anagram/dictionary/S13.txt b/dictionary/s13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S13.txt rename to dictionary/s13.txt diff --git a/com/agnibho/code/anagram/dictionary/S14.txt b/dictionary/s14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S14.txt rename to dictionary/s14.txt diff --git a/com/agnibho/code/anagram/dictionary/S15.txt b/dictionary/s15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S15.txt rename to dictionary/s15.txt diff --git a/com/agnibho/code/anagram/dictionary/S16.txt b/dictionary/s16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S16.txt rename to dictionary/s16.txt diff --git a/com/agnibho/code/anagram/dictionary/S17.txt b/dictionary/s17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S17.txt rename to dictionary/s17.txt diff --git a/com/agnibho/code/anagram/dictionary/S18.txt b/dictionary/s18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S18.txt rename to dictionary/s18.txt diff --git a/com/agnibho/code/anagram/dictionary/S19.txt b/dictionary/s19.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S19.txt rename to dictionary/s19.txt diff --git a/com/agnibho/code/anagram/dictionary/S2.txt b/dictionary/s2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S2.txt rename to dictionary/s2.txt diff --git a/com/agnibho/code/anagram/dictionary/S20.txt b/dictionary/s20.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S20.txt rename to dictionary/s20.txt diff --git a/com/agnibho/code/anagram/dictionary/S3.txt b/dictionary/s3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S3.txt rename to dictionary/s3.txt diff --git a/com/agnibho/code/anagram/dictionary/S34.txt b/dictionary/s34.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S34.txt rename to dictionary/s34.txt diff --git a/com/agnibho/code/anagram/dictionary/S4.txt b/dictionary/s4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S4.txt rename to dictionary/s4.txt diff --git a/com/agnibho/code/anagram/dictionary/S5.txt b/dictionary/s5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S5.txt rename to dictionary/s5.txt diff --git a/com/agnibho/code/anagram/dictionary/S6.txt b/dictionary/s6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S6.txt rename to dictionary/s6.txt diff --git a/com/agnibho/code/anagram/dictionary/S7.txt b/dictionary/s7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S7.txt rename to dictionary/s7.txt diff --git a/com/agnibho/code/anagram/dictionary/S8.txt b/dictionary/s8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S8.txt rename to dictionary/s8.txt diff --git a/com/agnibho/code/anagram/dictionary/S9.txt b/dictionary/s9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/S9.txt rename to dictionary/s9.txt diff --git a/com/agnibho/code/anagram/dictionary/T1.txt b/dictionary/t1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T1.txt rename to dictionary/t1.txt diff --git a/com/agnibho/code/anagram/dictionary/T10.txt b/dictionary/t10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T10.txt rename to dictionary/t10.txt diff --git a/com/agnibho/code/anagram/dictionary/T11.txt b/dictionary/t11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T11.txt rename to dictionary/t11.txt diff --git a/com/agnibho/code/anagram/dictionary/T12.txt b/dictionary/t12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T12.txt rename to dictionary/t12.txt diff --git a/com/agnibho/code/anagram/dictionary/T13.txt b/dictionary/t13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T13.txt rename to dictionary/t13.txt diff --git a/com/agnibho/code/anagram/dictionary/T14.txt b/dictionary/t14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T14.txt rename to dictionary/t14.txt diff --git a/com/agnibho/code/anagram/dictionary/T15.txt b/dictionary/t15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T15.txt rename to dictionary/t15.txt diff --git a/com/agnibho/code/anagram/dictionary/T16.txt b/dictionary/t16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T16.txt rename to dictionary/t16.txt diff --git a/com/agnibho/code/anagram/dictionary/T17.txt b/dictionary/t17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T17.txt rename to dictionary/t17.txt diff --git a/com/agnibho/code/anagram/dictionary/T18.txt b/dictionary/t18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T18.txt rename to dictionary/t18.txt diff --git a/com/agnibho/code/anagram/dictionary/T19.txt b/dictionary/t19.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T19.txt rename to dictionary/t19.txt diff --git a/com/agnibho/code/anagram/dictionary/T2.txt b/dictionary/t2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T2.txt rename to dictionary/t2.txt diff --git a/com/agnibho/code/anagram/dictionary/T20.txt b/dictionary/t20.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T20.txt rename to dictionary/t20.txt diff --git a/com/agnibho/code/anagram/dictionary/T21.txt b/dictionary/t21.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T21.txt rename to dictionary/t21.txt diff --git a/com/agnibho/code/anagram/dictionary/T22.txt b/dictionary/t22.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T22.txt rename to dictionary/t22.txt diff --git a/com/agnibho/code/anagram/dictionary/T23.txt b/dictionary/t23.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T23.txt rename to dictionary/t23.txt diff --git a/com/agnibho/code/anagram/dictionary/T3.txt b/dictionary/t3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T3.txt rename to dictionary/t3.txt diff --git a/com/agnibho/code/anagram/dictionary/T4.txt b/dictionary/t4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T4.txt rename to dictionary/t4.txt diff --git a/com/agnibho/code/anagram/dictionary/T5.txt b/dictionary/t5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T5.txt rename to dictionary/t5.txt diff --git a/com/agnibho/code/anagram/dictionary/T6.txt b/dictionary/t6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T6.txt rename to dictionary/t6.txt diff --git a/com/agnibho/code/anagram/dictionary/T7.txt b/dictionary/t7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T7.txt rename to dictionary/t7.txt diff --git a/com/agnibho/code/anagram/dictionary/T8.txt b/dictionary/t8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T8.txt rename to dictionary/t8.txt diff --git a/com/agnibho/code/anagram/dictionary/T9.txt b/dictionary/t9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/T9.txt rename to dictionary/t9.txt diff --git a/com/agnibho/code/anagram/dictionary/U1.txt b/dictionary/u1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U1.txt rename to dictionary/u1.txt diff --git a/com/agnibho/code/anagram/dictionary/U10.txt b/dictionary/u10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U10.txt rename to dictionary/u10.txt diff --git a/com/agnibho/code/anagram/dictionary/U11.txt b/dictionary/u11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U11.txt rename to dictionary/u11.txt diff --git a/com/agnibho/code/anagram/dictionary/U12.txt b/dictionary/u12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U12.txt rename to dictionary/u12.txt diff --git a/com/agnibho/code/anagram/dictionary/U13.txt b/dictionary/u13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U13.txt rename to dictionary/u13.txt diff --git a/com/agnibho/code/anagram/dictionary/U14.txt b/dictionary/u14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U14.txt rename to dictionary/u14.txt diff --git a/com/agnibho/code/anagram/dictionary/U15.txt b/dictionary/u15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U15.txt rename to dictionary/u15.txt diff --git a/com/agnibho/code/anagram/dictionary/U16.txt b/dictionary/u16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U16.txt rename to dictionary/u16.txt diff --git a/com/agnibho/code/anagram/dictionary/U17.txt b/dictionary/u17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U17.txt rename to dictionary/u17.txt diff --git a/com/agnibho/code/anagram/dictionary/U18.txt b/dictionary/u18.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U18.txt rename to dictionary/u18.txt diff --git a/com/agnibho/code/anagram/dictionary/U19.txt b/dictionary/u19.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U19.txt rename to dictionary/u19.txt diff --git a/com/agnibho/code/anagram/dictionary/U2.txt b/dictionary/u2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U2.txt rename to dictionary/u2.txt diff --git a/com/agnibho/code/anagram/dictionary/U21.txt b/dictionary/u21.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U21.txt rename to dictionary/u21.txt diff --git a/com/agnibho/code/anagram/dictionary/U3.txt b/dictionary/u3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U3.txt rename to dictionary/u3.txt diff --git a/com/agnibho/code/anagram/dictionary/U4.txt b/dictionary/u4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U4.txt rename to dictionary/u4.txt diff --git a/com/agnibho/code/anagram/dictionary/U5.txt b/dictionary/u5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U5.txt rename to dictionary/u5.txt diff --git a/com/agnibho/code/anagram/dictionary/U6.txt b/dictionary/u6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U6.txt rename to dictionary/u6.txt diff --git a/com/agnibho/code/anagram/dictionary/U7.txt b/dictionary/u7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U7.txt rename to dictionary/u7.txt diff --git a/com/agnibho/code/anagram/dictionary/U8.txt b/dictionary/u8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U8.txt rename to dictionary/u8.txt diff --git a/com/agnibho/code/anagram/dictionary/U9.txt b/dictionary/u9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/U9.txt rename to dictionary/u9.txt diff --git a/com/agnibho/code/anagram/dictionary/V1.txt b/dictionary/v1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/V1.txt rename to dictionary/v1.txt diff --git a/com/agnibho/code/anagram/dictionary/V10.txt b/dictionary/v10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/V10.txt rename to dictionary/v10.txt diff --git a/com/agnibho/code/anagram/dictionary/V11.txt b/dictionary/v11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/V11.txt rename to dictionary/v11.txt diff --git a/com/agnibho/code/anagram/dictionary/V12.txt b/dictionary/v12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/V12.txt rename to dictionary/v12.txt diff --git a/com/agnibho/code/anagram/dictionary/V13.txt b/dictionary/v13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/V13.txt rename to dictionary/v13.txt diff --git a/com/agnibho/code/anagram/dictionary/V14.txt b/dictionary/v14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/V14.txt rename to dictionary/v14.txt diff --git a/com/agnibho/code/anagram/dictionary/V15.txt b/dictionary/v15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/V15.txt rename to dictionary/v15.txt diff --git a/com/agnibho/code/anagram/dictionary/V16.txt b/dictionary/v16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/V16.txt rename to dictionary/v16.txt diff --git a/com/agnibho/code/anagram/dictionary/V17.txt b/dictionary/v17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/V17.txt rename to dictionary/v17.txt diff --git a/com/agnibho/code/anagram/dictionary/V3.txt b/dictionary/v3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/V3.txt rename to dictionary/v3.txt diff --git a/com/agnibho/code/anagram/dictionary/V4.txt b/dictionary/v4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/V4.txt rename to dictionary/v4.txt diff --git a/com/agnibho/code/anagram/dictionary/V5.txt b/dictionary/v5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/V5.txt rename to dictionary/v5.txt diff --git a/com/agnibho/code/anagram/dictionary/V6.txt b/dictionary/v6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/V6.txt rename to dictionary/v6.txt diff --git a/com/agnibho/code/anagram/dictionary/V7.txt b/dictionary/v7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/V7.txt rename to dictionary/v7.txt diff --git a/com/agnibho/code/anagram/dictionary/V8.txt b/dictionary/v8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/V8.txt rename to dictionary/v8.txt diff --git a/com/agnibho/code/anagram/dictionary/V9.txt b/dictionary/v9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/V9.txt rename to dictionary/v9.txt diff --git a/com/agnibho/code/anagram/dictionary/W1.txt b/dictionary/w1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/W1.txt rename to dictionary/w1.txt diff --git a/com/agnibho/code/anagram/dictionary/W10.txt b/dictionary/w10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/W10.txt rename to dictionary/w10.txt diff --git a/com/agnibho/code/anagram/dictionary/W11.txt b/dictionary/w11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/W11.txt rename to dictionary/w11.txt diff --git a/com/agnibho/code/anagram/dictionary/W12.txt b/dictionary/w12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/W12.txt rename to dictionary/w12.txt diff --git a/com/agnibho/code/anagram/dictionary/W13.txt b/dictionary/w13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/W13.txt rename to dictionary/w13.txt diff --git a/com/agnibho/code/anagram/dictionary/W14.txt b/dictionary/w14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/W14.txt rename to dictionary/w14.txt diff --git a/com/agnibho/code/anagram/dictionary/W15.txt b/dictionary/w15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/W15.txt rename to dictionary/w15.txt diff --git a/com/agnibho/code/anagram/dictionary/W16.txt b/dictionary/w16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/W16.txt rename to dictionary/w16.txt diff --git a/com/agnibho/code/anagram/dictionary/W17.txt b/dictionary/w17.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/W17.txt rename to dictionary/w17.txt diff --git a/com/agnibho/code/anagram/dictionary/W2.txt b/dictionary/w2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/W2.txt rename to dictionary/w2.txt diff --git a/com/agnibho/code/anagram/dictionary/W3.txt b/dictionary/w3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/W3.txt rename to dictionary/w3.txt diff --git a/com/agnibho/code/anagram/dictionary/W4.txt b/dictionary/w4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/W4.txt rename to dictionary/w4.txt diff --git a/com/agnibho/code/anagram/dictionary/W5.txt b/dictionary/w5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/W5.txt rename to dictionary/w5.txt diff --git a/com/agnibho/code/anagram/dictionary/W6.txt b/dictionary/w6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/W6.txt rename to dictionary/w6.txt diff --git a/com/agnibho/code/anagram/dictionary/W7.txt b/dictionary/w7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/W7.txt rename to dictionary/w7.txt diff --git a/com/agnibho/code/anagram/dictionary/W8.txt b/dictionary/w8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/W8.txt rename to dictionary/w8.txt diff --git a/com/agnibho/code/anagram/dictionary/W9.txt b/dictionary/w9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/W9.txt rename to dictionary/w9.txt diff --git a/com/agnibho/code/anagram/dictionary/X1.txt b/dictionary/x1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/X1.txt rename to dictionary/x1.txt diff --git a/com/agnibho/code/anagram/dictionary/X10.txt b/dictionary/x10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/X10.txt rename to dictionary/x10.txt diff --git a/com/agnibho/code/anagram/dictionary/X11.txt b/dictionary/x11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/X11.txt rename to dictionary/x11.txt diff --git a/com/agnibho/code/anagram/dictionary/X12.txt b/dictionary/x12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/X12.txt rename to dictionary/x12.txt diff --git a/com/agnibho/code/anagram/dictionary/X13.txt b/dictionary/x13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/X13.txt rename to dictionary/x13.txt diff --git a/com/agnibho/code/anagram/dictionary/X14.txt b/dictionary/x14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/X14.txt rename to dictionary/x14.txt diff --git a/com/agnibho/code/anagram/dictionary/X15.txt b/dictionary/x15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/X15.txt rename to dictionary/x15.txt diff --git a/com/agnibho/code/anagram/dictionary/X16.txt b/dictionary/x16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/X16.txt rename to dictionary/x16.txt diff --git a/com/agnibho/code/anagram/dictionary/X2.txt b/dictionary/x2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/X2.txt rename to dictionary/x2.txt diff --git a/com/agnibho/code/anagram/dictionary/X4.txt b/dictionary/x4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/X4.txt rename to dictionary/x4.txt diff --git a/com/agnibho/code/anagram/dictionary/X5.txt b/dictionary/x5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/X5.txt rename to dictionary/x5.txt diff --git a/com/agnibho/code/anagram/dictionary/X6.txt b/dictionary/x6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/X6.txt rename to dictionary/x6.txt diff --git a/com/agnibho/code/anagram/dictionary/X7.txt b/dictionary/x7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/X7.txt rename to dictionary/x7.txt diff --git a/com/agnibho/code/anagram/dictionary/X8.txt b/dictionary/x8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/X8.txt rename to dictionary/x8.txt diff --git a/com/agnibho/code/anagram/dictionary/X9.txt b/dictionary/x9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/X9.txt rename to dictionary/x9.txt diff --git a/com/agnibho/code/anagram/dictionary/Y1.txt b/dictionary/y1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Y1.txt rename to dictionary/y1.txt diff --git a/com/agnibho/code/anagram/dictionary/Y10.txt b/dictionary/y10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Y10.txt rename to dictionary/y10.txt diff --git a/com/agnibho/code/anagram/dictionary/Y11.txt b/dictionary/y11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Y11.txt rename to dictionary/y11.txt diff --git a/com/agnibho/code/anagram/dictionary/Y12.txt b/dictionary/y12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Y12.txt rename to dictionary/y12.txt diff --git a/com/agnibho/code/anagram/dictionary/Y13.txt b/dictionary/y13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Y13.txt rename to dictionary/y13.txt diff --git a/com/agnibho/code/anagram/dictionary/Y14.txt b/dictionary/y14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Y14.txt rename to dictionary/y14.txt diff --git a/com/agnibho/code/anagram/dictionary/Y2.txt b/dictionary/y2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Y2.txt rename to dictionary/y2.txt diff --git a/com/agnibho/code/anagram/dictionary/Y3.txt b/dictionary/y3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Y3.txt rename to dictionary/y3.txt diff --git a/com/agnibho/code/anagram/dictionary/Y4.txt b/dictionary/y4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Y4.txt rename to dictionary/y4.txt diff --git a/com/agnibho/code/anagram/dictionary/Y5.txt b/dictionary/y5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Y5.txt rename to dictionary/y5.txt diff --git a/com/agnibho/code/anagram/dictionary/Y6.txt b/dictionary/y6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Y6.txt rename to dictionary/y6.txt diff --git a/com/agnibho/code/anagram/dictionary/Y7.txt b/dictionary/y7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Y7.txt rename to dictionary/y7.txt diff --git a/com/agnibho/code/anagram/dictionary/Y8.txt b/dictionary/y8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Y8.txt rename to dictionary/y8.txt diff --git a/com/agnibho/code/anagram/dictionary/Y9.txt b/dictionary/y9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Y9.txt rename to dictionary/y9.txt diff --git a/com/agnibho/code/anagram/dictionary/Z1.txt b/dictionary/z1.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Z1.txt rename to dictionary/z1.txt diff --git a/com/agnibho/code/anagram/dictionary/Z10.txt b/dictionary/z10.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Z10.txt rename to dictionary/z10.txt diff --git a/com/agnibho/code/anagram/dictionary/Z11.txt b/dictionary/z11.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Z11.txt rename to dictionary/z11.txt diff --git a/com/agnibho/code/anagram/dictionary/Z12.txt b/dictionary/z12.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Z12.txt rename to dictionary/z12.txt diff --git a/com/agnibho/code/anagram/dictionary/Z13.txt b/dictionary/z13.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Z13.txt rename to dictionary/z13.txt diff --git a/com/agnibho/code/anagram/dictionary/Z14.txt b/dictionary/z14.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Z14.txt rename to dictionary/z14.txt diff --git a/com/agnibho/code/anagram/dictionary/Z15.txt b/dictionary/z15.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Z15.txt rename to dictionary/z15.txt diff --git a/com/agnibho/code/anagram/dictionary/Z16.txt b/dictionary/z16.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Z16.txt rename to dictionary/z16.txt diff --git a/com/agnibho/code/anagram/dictionary/Z2.txt b/dictionary/z2.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Z2.txt rename to dictionary/z2.txt diff --git a/com/agnibho/code/anagram/dictionary/Z3.txt b/dictionary/z3.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Z3.txt rename to dictionary/z3.txt diff --git a/com/agnibho/code/anagram/dictionary/Z4.txt b/dictionary/z4.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Z4.txt rename to dictionary/z4.txt diff --git a/com/agnibho/code/anagram/dictionary/Z5.txt b/dictionary/z5.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Z5.txt rename to dictionary/z5.txt diff --git a/com/agnibho/code/anagram/dictionary/Z6.txt b/dictionary/z6.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Z6.txt rename to dictionary/z6.txt diff --git a/com/agnibho/code/anagram/dictionary/Z7.txt b/dictionary/z7.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Z7.txt rename to dictionary/z7.txt diff --git a/com/agnibho/code/anagram/dictionary/Z8.txt b/dictionary/z8.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Z8.txt rename to dictionary/z8.txt diff --git a/com/agnibho/code/anagram/dictionary/Z9.txt b/dictionary/z9.txt similarity index 100% rename from com/agnibho/code/anagram/dictionary/Z9.txt rename to dictionary/z9.txt diff --git a/find.hpp b/find.hpp new file mode 100644 index 0000000..d4184f5 --- /dev/null +++ b/find.hpp @@ -0,0 +1,178 @@ +/********************************************************************** + * Title: Anagram + * Description: Application for finding anagrams of a word + * Author: Agnibho Mondal + * Website: http://code.agnibho.com/anagram + ********************************************************************** + Copyright (c) 2013-2015 Agnibho Mondal + All rights reserved + ********************************************************************** + This file is part of Anagram. + + Anagram is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Anagram is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Anagram. If not, see . + **********************************************************************/ +#ifndef FIND +#define FIND + +#define DICT_PATH "/usr/local/share/anagram/dictionary" + +/* + *Provides the functions for finding anagrams from a dictionary + *Uses is_palindrome from check.h + */ + +#include //For showing progress on console +#include //For string +#include //For vector data +#include //For transform +#include //For reading dictionary files +#include "check.hpp" //For is_anagram + +using namespace std; + +//Single word anagrams +vector find_anagram(string word){ //Finds anagrams from dictionary + vector file_name; //Make container to hold dictionary filenames to search + vector anagram_list; //Make container for holding anagrams + int len=word.length(); //Find word length. Used to construct names of files to search through. + //Loop over word to construct filenames (C++11) + for(char i : word){ + string j=DICT_PATH"/"+string(1,i)+to_string(len)+".txt"; //Constructs filenames from word. (C++11) + if(find(file_name.begin(), file_name.end(), j)==file_name.end()){ //Check if filename is already registered + file_name.push_back(j); //Register filename + } + } + //Loop over files to collect anagrams. (C++11) + for(string i : file_name){ + ifstream infile(i); //Makes the file reader + string line; //Variable to hold each line from the file + while(getline(infile, line)){ //Loops over the file + transform(line.begin(), line.end(), line.begin(), ::tolower);//Converts to lowercase + if(is_anagram(word, line)){ //Checks if the read string is an anagram of the word. + anagram_list.push_back(line); //Saves the found anagram + } + } + } + return anagram_list; +} + +//Multiple word anagrams +vector find_anagram_multiword(string word){ //Finds multiword anagrams from dictionary + word.erase(remove_if(word.begin(), word.end(), ::isspace), word.end()); //Remove spaces from string + vector file_name; //Make container to hold dictionary filenames to search + vector anagram_list; //Make container for holding anagrams + int len=word.length(); //Find word length. Used to construct names of files to search through. + //Loop from 1 to len + for(int l=1; l<=len; l++){ + //Loop over word to construct filenames (C++11) + for(char i : word){ + string j=DICT_PATH"/"+string(1,i)+to_string(l)+".txt"; //Constructs filenames from word. (C++11) + if(find(file_name.begin(), file_name.end(), j)==file_name.end()){ //Check if filename is already registered + file_name.push_back(j); //Register filename + } + } + } + //Loop over files to collect potential words. (C++11) + vector word_list; //Container to hold potential words + for(string i : file_name){ + ifstream infile(i); //Makes the file reader + string line; //Variable to hold each line from the file + while(getline(infile, line)){ //Loops over the file + transform(line.begin(), line.end(), line.begin(), ::tolower); //Converts to lowercase + bool flag=true; //flag` is used to mark if `line` is allowed as a potential anagram word + for(char i : line){ //Loops over line by each character + if(word.find(i)==string::npos){ //If any character of `line` is not present in `word` mark `flag` as false + flag=false; + } + } + if(flag){ //If `line` is a potential candidate save `line` to the word list + word_list.push_back(line); + } + } + } + //Construct sentences from the word list + vector index; //Holds the word index while cycling through the list + string holder; //Temporarily holds the sentence during construction + int tmplen; //Holds potential sentence length temporarily + index.push_back(0); //Initiate first index + //Progress variables + int progress_total=100; + int progress_current=0; + int progress_percent=0; + if(word_list.size()>=3){ + progress_total=word_list.size()*3; + } + else{ + progress_total=word_list.size(); + } + + while(index.at(0)word.size()){ //If temporary sentence length is more than actual word length, remove last index and increment the previous index + index.pop_back(); //Remove last index + //Remove all indices exceeding list length + while(index.back()>=word_list.size()-1){ + index.pop_back(); + } + if(index.empty()){ //Exit loop if all indices are removed + break; + } + index.back()++; //Increment new last index + } + else if(tmplen==word.size()){ //If temporary sentence length is equal to actual word length, increment last index + //Construct temporary sentence to be checked from the indexed words + holder=""; //Reset holder + for(int i : index){ //Concatenate all indexed words + holder+=word_list.at(i)+" "; + } + if(is_anagram(word, holder)){ //Checks if the constructed string is an anagram of the word + anagram_list.push_back(holder); //Saves the found anagram + } + + //Remove all indices exceeding list length + while(index.back()>=word_list.size()-1){ + index.pop_back(); + } + if(index.empty()){ //Exit loop if all indices are removed + break; + } + index.back()++; //Increment new last index + } + //Calculate progress using first 3 indices + if(index.size()>=3){ //Use first 3 if indices more than 3 + progress_total=word_list.size()*100+word_list.size()*10+word_list.size(); + progress_current=index.at(0)*100+index.at(1)*10+index.at(2); + } + if(index.size()==2){ //If 2 indices + progress_total=word_list.size()*10+word_list.size(); + progress_current=index.at(0)*10+index.at(1); + } + else{ //If only 1 index + progress_total=word_list.size(); + progress_current=index.at(0); + } + progress_percent=progress_current*100/progress_total; //Calculate progess percentage + cerr<. + **********************************************************************/ +#ifndef HELP +#define HELP + +/* + * Shows a manual about how to use this program + */ + +#include + +int show_help(){ //Displays help on console + cout<< + "Anagram 2.0\n\n" + "anagram [-hmpP] word [word2]\n\n" + "\t The program finds the possible angrams of the 'word' from a dictionary.\n" + "\t If 'word2' is specified it compares 'word' and 'word2' to check if they are anagrams of each other.\n" + "Options:\n" + "-h \t Show this help\n" + "-m \t Find multiword anagrams\n" + "-p \t Checks if 'word' is a palindrome\n" + "-P \t Only checks if 'word' is a palindrome. Does not find angrams.\n\n" + "Example:\n" + "\t anagram -p cat\n\n" + "Website: http://code.agnibho.com/anagram/" + <. + **********************************************************************/ +#ifndef PALINDROME +#define PALINDROME + +/* + * Provides a function for checking if a word is a palindrome + */ + +#include //For string +#include //For reverse + +bool is_palindrome(std::string word){ //Checks if the provided word is a plindrome. + std::string rev=word; //Copy the string + std::reverse(rev.begin(), rev.end()); //Reverse the copied string + if(word.compare(rev)==0){ //True if string compare returns 0 i.e. both strings are equal. + return true; + } + else{ //False if string compare returns non-zero i.e. strings are unequal. + return false; + } +} + +#endif //PALINDROME diff --git a/validity.hpp b/validity.hpp new file mode 100644 index 0000000..0d3f754 --- /dev/null +++ b/validity.hpp @@ -0,0 +1,54 @@ +/********************************************************************** + * Title: Anagram + * Description: Application for finding anagrams of a word + * Author: Agnibho Mondal + * Website: http://code.agnibho.com/anagram + ********************************************************************** + Copyright (c) 2013-2015 Agnibho Mondal + All rights reserved + ********************************************************************** + This file is part of Anagram. + + Anagram is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Anagram is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Anagram. If not, see . + **********************************************************************/ +#ifndef VALIDITY +#define VALIDITY + +/* + * Provides a function for checking validity of the word. + */ + +#include //For string +#include //For isalpha, isblank + +bool is_valid(std::string word, bool multi){ //Checks the validity of the provided word. Allows multiline if is true. + bool flag=true; //Flag is true by default. Set to false if invalidity is encountered later. + if(multi){ //Multi-word + for(int i=0; i